#566489

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

Shades of Kashmir Blue #566489

Tints of Kashmir Blue #566489

Color information

#566489 (or 0x566489) is unknown color: approx Kashmir Blue. HEX triplet: 56, 64 and 89. RGB value is (86,100,137). Sum of RGB (Red+Green+Blue) = 86+100+137=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 137 - color contains mainly: blue. Hex color #566489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566489 is #A99B76. Grayscale: #636363. Windows color (decimal): -11115383 or 9004118. OLE color: 9004118.

HSL color Cylindrical-coordinate representation of color #566489: hue angle of 223.53º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #566489 is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB86100137-
CMYK0.370.2700.46
HSL223.53º22.87%43.73%-
HSV(B)223.53º37.23%53.73%-
XYZ12.9112.925.48-
YUV100.03148.86117.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.63%
GREEN value IS 100 (39.45% from 255) = 30.96%
BLUE value IS 137 (53.91% from 255) = 42.41%
R=26.63%
G=30.96%
B=42.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal861001370.370.2700.46223.5322.8743.73
Hex566489251B02Ee0172c
Octal12614421145330563402754
Binary10101101100100100010011001011101101011101110000010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566489; }

 p { color: rgb(86,100,137); }

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

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

 a { background-color: rgb(86,100,137); }

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

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

 span { border-color: rgb(86,100,137); }

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