#566E88

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

Shades of Kashmir Blue #566E88

Tints of Kashmir Blue #566E88

Color information

#566E88 (or 0x566E88) is unknown color: approx Kashmir Blue. HEX triplet: 56, 6E and 88. RGB value is (86,110,136). Sum of RGB (Red+Green+Blue) = 86+110+136=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 136 - color contains mainly: blue. Hex color #566E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566E88 is #A99177. Grayscale: #696969. Windows color (decimal): -11112824 or 8941142. OLE color: 8941142.

HSL color Cylindrical-coordinate representation of color #566E88: hue angle of 211.2º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #566E88 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB86110136-
CMYK0.370.1900.47
HSL211.2º22.52%43.53%-
HSV(B)211.2º36.76%53.33%-
XYZ13.8614.9125.44-
YUV105.79145.05113.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.90%
GREEN value IS 110 (43.36% from 255) = 33.13%
BLUE value IS 136 (53.52% from 255) = 40.96%
R=25.90%
G=33.13%
B=40.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861101360.370.1900.47211.222.5243.53
Hex566E88251302Fd3172c
Octal12615621045230573232754
Binary10101101101110100010001001011001101011111101001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,110,136); }

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

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

 a { background-color: rgb(86,110,136); }

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

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

 span { border-color: rgb(86,110,136); }

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