#566AC1

Color #566AC1 Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #566AC1

Tints of Chetwode Blue #566AC1

Color information

#566AC1 (or 0x566AC1) is unknown color: approx Chetwode Blue. HEX triplet: 56, 6A and C1. RGB value is (86,106,193). Sum of RGB (Red+Green+Blue) = 86+106+193=385 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.34% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #566AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566AC1 is #A9953E. Grayscale: #6D6D6D. Windows color (decimal): -11113791 or 12675670. OLE color: 12675670.

HSL color Cylindrical-coordinate representation of color #566AC1: hue angle of 228.79º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #566AC1 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB86106193-
CMYK0.550.4500.24
HSL228.79º46.32%54.71%-
HSV(B)228.79º55.44%75.69%-
XYZ18.6216.1452.59-
YUV109.94174.87110.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 22.34%
GREEN value IS 106 (41.80% from 255) = 27.53%
BLUE value IS 193 (75.78% from 255) = 50.13%
R=22.34%
G=27.53%
B=50.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal861061930.550.4500.24228.7946.3254.71
Hex566AC1372D018e52e37
Octal12615230167550303455667
Binary101011011010101100000111011110110101100011100101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566AC1; }

 p { color: rgb(86,106,193); }

 H1.HeaderClassName
 {
   color: #566AC1;
 }
 .AnyTagClassName
 {
   color: #566AC1;
 }
</style>
background-color css

<style>
 a { background-color: #566AC1; }

 a { background-color: rgb(86,106,193); }

 div.DivClassName
 {
   background-color: #566AC1;
 }
 .BgClassName
 {
   background-color: #566AC1;
 }
</style>
border-color css

<style>
 span { border-color: #566AC1; }

 span { border-color: rgb(86,106,193); }

 td.TdClassName
 {
   border-color: #566AC1;
 }
 .TagClassName
 {
   border-color: #566AC1;
 }
</style>