#566889

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

Shades of Kashmir Blue #566889

Tints of Kashmir Blue #566889

Color information

#566889 (or 0x566889) is unknown color: approx Kashmir Blue. HEX triplet: 56, 68 and 89. RGB value is (86,104,137). Sum of RGB (Red+Green+Blue) = 86+104+137=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 137 (53.91% from 255 or 41.90% from 327); Max value from RGB is 137 - color contains mainly: blue. Hex color #566889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566889 is #A99776. Grayscale: #666666. Windows color (decimal): -11114359 or 9005142. OLE color: 9005142.

HSL color Cylindrical-coordinate representation of color #566889: hue angle of 218.82º 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 #566889 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB86104137-
CMYK0.370.2400.46
HSL218.82º22.87%43.73%-
HSV(B)218.82º37.23%53.73%-
XYZ13.313.6925.61-
YUV102.38147.54116.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.30%
GREEN value IS 104 (41.02% from 255) = 31.80%
BLUE value IS 137 (53.91% from 255) = 41.90%
R=26.30%
G=31.80%
B=41.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal861041370.370.2400.46218.8222.8743.73
Hex566889251802Edb172c
Octal12615021145300563332754
Binary10101101101000100010011001011100001011101101101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566889; }

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

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

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

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

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

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

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

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