Shades of Kashmir Blue #566A8B
Tints of Kashmir Blue #566A8B
RGB
CMYK
RGB Variations
Color information
#566A8B (or 0x566A8B) is known color: Kashmir Blue. HEX triplet: 56, 6A and 8B. RGB value is (86,106,139). Sum of RGB (Red+Green+Blue) = 86+106+139=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 139 - color contains mainly: blue. Hex color #566A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566A8B is #A99574. Grayscale: #676767. Windows color (decimal): -11113845 or 9136726. OLE color: 9136726.
HSL color Cylindrical-coordinate representation of color #566A8B: hue angle of 217.36º 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 #566A8B is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 106 | 139 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.45 |
| HSL | 217.36º | 0.24% | 0.44% | - |
| HSV(B) | 217.36º | 0.38% | 0.55% | - |
| XYZ | 13.65 | 14.15 | 26.44 | - |
| YUV | 103.78 | 147.87 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 106 | 139 | 0.38 | 0.24 | 0 | 0.45 | 217.36 | 0.24 | 0.44 |
| Hex | 56 | 6A | 8B | 26 | 18 | 0 | 2D | D9 | 18 | 2C |
| Octal | 126 | 152 | 213 | 46 | 30 | 0 | 55 | 331 | 30 | 54 |
| Binary | 1010110 | 1101010 | 10001011 | 100110 | 11000 | 0 | 101101 | 11011001 | 11000 | 101100 |
Color Harmonies of #566A8B
Complementary color
Monochromatic Colors of #566A8B
Black with #566A8B
Text Example
Text Example
White with #566A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566A8B; }
p { color: rgb(86,106,139); }
H1.HeaderClassName
{
color: #566A8B;
}
.AnyTagClassName
{
color: #566A8B;
}
</style>
background-color css
<style>
a { background-color: #566A8B; }
a { background-color: rgb(86,106,139); }
div.DivClassName
{
background-color: #566A8B;
}
.BgClassName
{
background-color: #566A8B;
}
</style>
border-color css
<style>
span { border-color: #566A8B; }
span { border-color: rgb(86,106,139); }
td.TdClassName
{
border-color: #566A8B;
}
.TagClassName
{
border-color: #566A8B;
}
</style>