#566688

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

Shades of Kashmir Blue #566688

Tints of Kashmir Blue #566688

Color information

#566688 (or 0x566688) is unknown color: approx Kashmir Blue. HEX triplet: 56, 66 and 88. RGB value is (86,102,136). Sum of RGB (Red+Green+Blue) = 86+102+136=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 136 - color contains mainly: blue. Hex color #566688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566688 is #A99977. Grayscale: #646464. Windows color (decimal): -11114872 or 8939094. OLE color: 8939094.

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

Color convert

RGB86102136-
CMYK0.370.2500.47
HSL220.8º22.52%43.53%-
HSV(B)220.8º36.76%53.33%-
XYZ13.0313.2625.16-
YUV101.09147.7117.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.54%
GREEN value IS 102 (40.23% from 255) = 31.48%
BLUE value IS 136 (53.52% from 255) = 41.98%
R=26.54%
G=31.48%
B=41.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861021360.370.2500.47220.822.5243.53
Hex566688251902Fdd172c
Octal12614621045310573352754
Binary10101101100110100010001001011100101011111101110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566688; }

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

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

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

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

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

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

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

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