#566A89

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

Shades of Kashmir Blue #566A89

Tints of Kashmir Blue #566A89

Color information

#566A89 (or 0x566A89) is unknown color: approx Kashmir Blue. HEX triplet: 56, 6A and 89. RGB value is (86,106,137). Sum of RGB (Red+Green+Blue) = 86+106+137=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 137 - color contains mainly: blue. Hex color #566A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566A89 is #A99576. Grayscale: #676767. Windows color (decimal): -11113847 or 9005654. OLE color: 9005654.

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

Color convert

RGB86106137-
CMYK0.370.2300.46
HSL216.47º22.87%43.73%-
HSV(B)216.47º37.23%53.73%-
XYZ13.5114.0925.68-
YUV103.55146.87115.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.14%
GREEN value IS 106 (41.80% from 255) = 32.22%
BLUE value IS 137 (53.91% from 255) = 41.64%
R=26.14%
G=32.22%
B=41.64%

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
Decimal861061370.370.2300.46216.4722.8743.73
Hex566A89251702Ed8172c
Octal12615221145270563302754
Binary10101101101010100010011001011011101011101101100010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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