#566BB4

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

Shades of Chetwode Blue #566BB4

Tints of Chetwode Blue #566BB4

Color information

#566BB4 (or 0x566BB4) is unknown color: approx Chetwode Blue. HEX triplet: 56, 6B and B4. RGB value is (86,107,180). Sum of RGB (Red+Green+Blue) = 86+107+180=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 180 (70.70% from 255 or 48.26% from 373); Max value from RGB is 180 - color contains mainly: blue. Hex color #566BB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566BB4 is #A9944B. Grayscale: #6C6C6C. Windows color (decimal): -11113548 or 11823958. OLE color: 11823958.

HSL color Cylindrical-coordinate representation of color #566BB4: hue angle of 226.6º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #566BB4 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB86107180-
CMYK0.520.4100.29
HSL226.6º38.52%52.16%-
HSV(B)226.6º52.22%70.59%-
XYZ17.3315.7945.31-
YUV109.04168.04111.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.06%
GREEN value IS 107 (42.19% from 255) = 28.69%
BLUE value IS 180 (70.70% from 255) = 48.26%
R=23.06%
G=28.69%
B=48.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal861071800.520.4100.29226.638.5252.16
Hex566BB4342901De32734
Octal12615326464510353434764
Binary101011011010111011010011010010100101110111100011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,107,180); }

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

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

 a { background-color: rgb(86,107,180); }

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

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

 span { border-color: rgb(86,107,180); }

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