Shades of Kashmir Blue #566C8C
Tints of Kashmir Blue #566C8C
RGB
CMYK
RGB Variations
Color information
#566C8C (or 0x566C8C) is known color: Kashmir Blue. HEX triplet: 56, 6C and 8C. RGB value is (86,108,140). Sum of RGB (Red+Green+Blue) = 86+108+140=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 140 - color contains mainly: blue. Hex color #566C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566C8C is #A99373. Grayscale: #686868. Windows color (decimal): -11113332 or 9202774. OLE color: 9202774.
HSL color Cylindrical-coordinate representation of color #566C8C: hue angle of 215.56º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #566C8C is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 108 | 140 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.45 |
| HSL | 215.56º | 0.24% | 0.44% | - |
| HSV(B) | 215.56º | 0.39% | 0.55% | - |
| XYZ | 13.93 | 14.6 | 26.89 | - |
| YUV | 105.07 | 147.71 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 108 | 140 | 0.39 | 0.23 | 0 | 0.45 | 215.56 | 0.24 | 0.44 |
| Hex | 56 | 6C | 8C | 27 | 17 | 0 | 2D | D8 | 18 | 2C |
| Octal | 126 | 154 | 214 | 47 | 27 | 0 | 55 | 330 | 30 | 54 |
| Binary | 1010110 | 1101100 | 10001100 | 100111 | 10111 | 0 | 101101 | 11011000 | 11000 | 101100 |
Color Harmonies of #566C8C
Complementary color
Monochromatic Colors of #566C8C
Black with #566C8C
Text Example
Text Example
White with #566C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566C8C; }
p { color: rgb(86,108,140); }
H1.HeaderClassName
{
color: #566C8C;
}
.AnyTagClassName
{
color: #566C8C;
}
</style>
background-color css
<style>
a { background-color: #566C8C; }
a { background-color: rgb(86,108,140); }
div.DivClassName
{
background-color: #566C8C;
}
.BgClassName
{
background-color: #566C8C;
}
</style>
border-color css
<style>
span { border-color: #566C8C; }
span { border-color: rgb(86,108,140); }
td.TdClassName
{
border-color: #566C8C;
}
.TagClassName
{
border-color: #566C8C;
}
</style>