Shades of Kashmir Blue #566E8F
Tints of Kashmir Blue #566E8F
RGB
CMYK
RGB Variations
Color information
#566E8F (or 0x566E8F) is known color: Kashmir Blue. HEX triplet: 56, 6E and 8F. RGB value is (86,110,143). Sum of RGB (Red+Green+Blue) = 86+110+143=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 143 - color contains mainly: blue. Hex color #566E8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566E8F is #A99170. Grayscale: #6A6A6A. Windows color (decimal): -11112817 or 9399894. OLE color: 9399894.
HSL color Cylindrical-coordinate representation of color #566E8F: hue angle of 214.74º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #566E8F is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 110 | 143 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.44 |
| HSL | 214.74º | 0.25% | 0.45% | - |
| HSV(B) | 214.74º | 0.4% | 0.56% | - |
| XYZ | 14.37 | 15.11 | 28.15 | - |
| YUV | 106.59 | 148.55 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 110 | 143 | 0.40 | 0.23 | 0 | 0.44 | 214.74 | 0.25 | 0.45 |
| Hex | 56 | 6E | 8F | 28 | 17 | 0 | 2C | D7 | 19 | 2D |
| Octal | 126 | 156 | 217 | 50 | 27 | 0 | 54 | 327 | 31 | 55 |
| Binary | 1010110 | 1101110 | 10001111 | 101000 | 10111 | 0 | 101100 | 11010111 | 11001 | 101101 |
Color Harmonies of #566E8F
Complementary color
Monochromatic Colors of #566E8F
Black with #566E8F
Text Example
Text Example
White with #566E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566E8F; }
p { color: rgb(86,110,143); }
H1.HeaderClassName
{
color: #566E8F;
}
.AnyTagClassName
{
color: #566E8F;
}
</style>
background-color css
<style>
a { background-color: #566E8F; }
a { background-color: rgb(86,110,143); }
div.DivClassName
{
background-color: #566E8F;
}
.BgClassName
{
background-color: #566E8F;
}
</style>
border-color css
<style>
span { border-color: #566E8F; }
span { border-color: rgb(86,110,143); }
td.TdClassName
{
border-color: #566E8F;
}
.TagClassName
{
border-color: #566E8F;
}
</style>