#566988

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

Shades of Kashmir Blue #566988

Tints of Kashmir Blue #566988

Color information

#566988 (or 0x566988) is unknown color: approx Kashmir Blue. HEX triplet: 56, 69 and 88. RGB value is (86,105,136). Sum of RGB (Red+Green+Blue) = 86+105+136=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 136 - color contains mainly: blue. Hex color #566988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566988 is #A99677. Grayscale: #666666. Windows color (decimal): -11114104 or 8939862. OLE color: 8939862.

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

Color convert

RGB86105136-
CMYK0.370.2300.47
HSL217.2º22.52%43.53%-
HSV(B)217.2º36.76%53.33%-
XYZ13.3313.8625.26-
YUV102.85146.71115.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.30%
GREEN value IS 105 (41.41% from 255) = 32.11%
BLUE value IS 136 (53.52% from 255) = 41.59%
R=26.30%
G=32.11%
B=41.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861051360.370.2300.47217.222.5243.53
Hex566988251702Fd9172c
Octal12615121045270573312754
Binary10101101101001100010001001011011101011111101100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566988; }

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

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

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

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

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

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

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

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