#566989

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

Shades of Kashmir Blue #566989

Tints of Kashmir Blue #566989

Color information

#566989 (or 0x566989) is unknown color: approx Kashmir Blue. HEX triplet: 56, 69 and 89. RGB value is (86,105,137). Sum of RGB (Red+Green+Blue) = 86+105+137=328 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.22% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 137 - color contains mainly: blue. Hex color #566989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566989 is #A99676. Grayscale: #666666. Windows color (decimal): -11114103 or 9005398. OLE color: 9005398.

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

Color convert

RGB86105137-
CMYK0.370.2300.46
HSL217.65º22.87%43.73%-
HSV(B)217.65º37.23%53.73%-
XYZ13.413.8925.64-
YUV102.97147.21115.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.22%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 137 (53.91% from 255) = 41.77%
R=26.22%
G=32.01%
B=41.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal861051370.370.2300.46217.6522.8743.73
Hex566989251702Eda172c
Octal12615121145270563322754
Binary10101101101001100010011001011011101011101101101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566989; }

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

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

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

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

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

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

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

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