#566A87

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

Shades of Kashmir Blue #566A87

Tints of Kashmir Blue #566A87

Color information

#566A87 (or 0x566A87) is unknown color: approx Kashmir Blue. HEX triplet: 56, 6A and 87. RGB value is (86,106,135). Sum of RGB (Red+Green+Blue) = 86+106+135=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 135 - color contains mainly: blue. Hex color #566A87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566A87 is #A99578. Grayscale: #676767. Windows color (decimal): -11113849 or 8874582. OLE color: 8874582.

HSL color Cylindrical-coordinate representation of color #566A87: hue angle of 215.51º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #566A87 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB86106135-
CMYK0.360.2100.47
HSL215.51º22.17%43.33%-
HSV(B)215.51º36.3%52.94%-
XYZ13.3614.0424.93-
YUV103.33145.87115.64-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.30%
GREEN value IS 106 (41.80% from 255) = 32.42%
BLUE value IS 135 (53.12% from 255) = 41.28%
R=26.30%
G=32.42%
B=41.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861061350.360.2100.47215.5122.1743.33
Hex566A87241502Fd8162b
Octal12615220744250573302653
Binary10101101101010100001111001001010101011111101100010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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