Shades of Kashmir Blue #556D91
Tints of Kashmir Blue #556D91
RGB
CMYK
RGB Variations
Color information
#556D91 (or 0x556D91) is known color: Kashmir Blue. HEX triplet: 55, 6D and 91. RGB value is (85,109,145). Sum of RGB (Red+Green+Blue) = 85+109+145=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 145 - color contains mainly: blue. Hex color #556D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556D91 is #AA926E. Grayscale: #696969. Windows color (decimal): -11178607 or 9530709. OLE color: 9530709.
HSL color Cylindrical-coordinate representation of color #556D91: hue angle of 216º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #556D91 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 109 | 145 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.43 |
| HSL | 216º | 0.26% | 0.45% | - |
| HSV(B) | 216º | 0.41% | 0.57% | - |
| XYZ | 14.33 | 14.91 | 28.91 | - |
| YUV | 105.93 | 150.05 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 109 | 145 | 0.41 | 0.25 | 0 | 0.43 | 216 | 0.26 | 0.45 |
| Hex | 55 | 6D | 91 | 29 | 19 | 0 | 2B | D8 | 1A | 2D |
| Octal | 125 | 155 | 221 | 51 | 31 | 0 | 53 | 330 | 32 | 55 |
| Binary | 1010101 | 1101101 | 10010001 | 101001 | 11001 | 0 | 101011 | 11011000 | 11010 | 101101 |
Color Harmonies of #556D91
Complementary color
Monochromatic Colors of #556D91
Black with #556D91
Text Example
Text Example
White with #556D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556D91; }
p { color: rgb(85,109,145); }
H1.HeaderClassName
{
color: #556D91;
}
.AnyTagClassName
{
color: #556D91;
}
</style>
background-color css
<style>
a { background-color: #556D91; }
a { background-color: rgb(85,109,145); }
div.DivClassName
{
background-color: #556D91;
}
.BgClassName
{
background-color: #556D91;
}
</style>
border-color css
<style>
span { border-color: #556D91; }
span { border-color: rgb(85,109,145); }
td.TdClassName
{
border-color: #556D91;
}
.TagClassName
{
border-color: #556D91;
}
</style>