Shades of Kashmir Blue #566E8B
Tints of Kashmir Blue #566E8B
RGB
CMYK
RGB Variations
Color information
#566E8B (or 0x566E8B) is known color: Kashmir Blue. HEX triplet: 56, 6E and 8B. RGB value is (86,110,139). Sum of RGB (Red+Green+Blue) = 86+110+139=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 139 - color contains mainly: blue. Hex color #566E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566E8B is #A99174. Grayscale: #696969. Windows color (decimal): -11112821 or 9137750. OLE color: 9137750.
HSL color Cylindrical-coordinate representation of color #566E8B: hue angle of 212.83º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #566E8B is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 110 | 139 | - |
| CMYK | 0.38 | 0.21 | 0 | 0.45 |
| HSL | 212.83º | 0.24% | 0.44% | - |
| HSV(B) | 212.83º | 0.38% | 0.55% | - |
| XYZ | 14.07 | 14.99 | 26.58 | - |
| YUV | 106.13 | 146.55 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 110 | 139 | 0.38 | 0.21 | 0 | 0.45 | 212.83 | 0.24 | 0.44 |
| Hex | 56 | 6E | 8B | 26 | 15 | 0 | 2D | D5 | 18 | 2C |
| Octal | 126 | 156 | 213 | 46 | 25 | 0 | 55 | 325 | 30 | 54 |
| Binary | 1010110 | 1101110 | 10001011 | 100110 | 10101 | 0 | 101101 | 11010101 | 11000 | 101100 |
Color Harmonies of #566E8B
Complementary color
Monochromatic Colors of #566E8B
Black with #566E8B
Text Example
Text Example
White with #566E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566E8B; }
p { color: rgb(86,110,139); }
H1.HeaderClassName
{
color: #566E8B;
}
.AnyTagClassName
{
color: #566E8B;
}
</style>
background-color css
<style>
a { background-color: #566E8B; }
a { background-color: rgb(86,110,139); }
div.DivClassName
{
background-color: #566E8B;
}
.BgClassName
{
background-color: #566E8B;
}
</style>
border-color css
<style>
span { border-color: #566E8B; }
span { border-color: rgb(86,110,139); }
td.TdClassName
{
border-color: #566E8B;
}
.TagClassName
{
border-color: #566E8B;
}
</style>