#566CBA

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

Shades of Chetwode Blue #566CBA

Tints of Chetwode Blue #566CBA

Color information

#566CBA (or 0x566CBA) is unknown color: approx Chetwode Blue. HEX triplet: 56, 6C and BA. RGB value is (86,108,186). Sum of RGB (Red+Green+Blue) = 86+108+186=380 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.63% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #566CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566CBA is #A99345. Grayscale: #6D6D6D. Windows color (decimal): -11113286 or 12217430. OLE color: 12217430.

HSL color Cylindrical-coordinate representation of color #566CBA: hue angle of 226.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #566CBA is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB86108186-
CMYK0.540.4200.27
HSL226.8º42.02%53.33%-
HSV(B)226.8º53.76%72.94%-
XYZ18.0616.2548.64-
YUV110.31170.71110.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.63%
GREEN value IS 108 (42.58% from 255) = 28.42%
BLUE value IS 186 (73.05% from 255) = 48.95%
R=22.63%
G=28.42%
B=48.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal861081860.540.4200.27226.842.0253.33
Hex566CBA362A01Be32a35
Octal12615427266520333435265
Binary101011011011001011101011011010101001101111100011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,108,186); }

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

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

 a { background-color: rgb(86,108,186); }

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

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

 span { border-color: rgb(86,108,186); }

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