Shades of Kashmir Blue #566E8E
Tints of Kashmir Blue #566E8E
RGB
CMYK
RGB Variations
Color information
#566E8E (or 0x566E8E) is known color: Kashmir Blue. HEX triplet: 56, 6E and 8E. RGB value is (86,110,142). Sum of RGB (Red+Green+Blue) = 86+110+142=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 142 - color contains mainly: blue. Hex color #566E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566E8E is #A99171. Grayscale: #6A6A6A. Windows color (decimal): -11112818 or 9334358. OLE color: 9334358.
HSL color Cylindrical-coordinate representation of color #566E8E: hue angle of 214.29º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #566E8E is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 110 | 142 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.44 |
| HSL | 214.29º | 0.25% | 0.45% | - |
| HSV(B) | 214.29º | 0.39% | 0.56% | - |
| XYZ | 14.3 | 15.08 | 27.75 | - |
| YUV | 106.47 | 148.05 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 110 | 142 | 0.39 | 0.23 | 0 | 0.44 | 214.29 | 0.25 | 0.45 |
| Hex | 56 | 6E | 8E | 27 | 17 | 0 | 2C | D6 | 19 | 2D |
| Octal | 126 | 156 | 216 | 47 | 27 | 0 | 54 | 326 | 31 | 55 |
| Binary | 1010110 | 1101110 | 10001110 | 100111 | 10111 | 0 | 101100 | 11010110 | 11001 | 101101 |
Color Harmonies of #566E8E
Complementary color
Monochromatic Colors of #566E8E
Black with #566E8E
Text Example
Text Example
White with #566E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566E8E; }
p { color: rgb(86,110,142); }
H1.HeaderClassName
{
color: #566E8E;
}
.AnyTagClassName
{
color: #566E8E;
}
</style>
background-color css
<style>
a { background-color: #566E8E; }
a { background-color: rgb(86,110,142); }
div.DivClassName
{
background-color: #566E8E;
}
.BgClassName
{
background-color: #566E8E;
}
</style>
border-color css
<style>
span { border-color: #566E8E; }
span { border-color: rgb(86,110,142); }
td.TdClassName
{
border-color: #566E8E;
}
.TagClassName
{
border-color: #566E8E;
}
</style>