Shades of Kashmir Blue #556F91
Tints of Kashmir Blue #556F91
RGB
CMYK
RGB Variations
Color information
#556F91 (or 0x556F91) is known color: Kashmir Blue. HEX triplet: 55, 6F and 91. RGB value is (85,111,145). Sum of RGB (Red+Green+Blue) = 85+111+145=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #556F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556F91 is #AA906E. Grayscale: #6A6A6A. Windows color (decimal): -11178095 or 9531221. OLE color: 9531221.
HSL color Cylindrical-coordinate representation of color #556F91: hue angle of 214º 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 #556F91 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 111 | 145 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.43 |
| HSL | 214º | 0.26% | 0.45% | - |
| HSV(B) | 214º | 0.41% | 0.57% | - |
| XYZ | 14.54 | 15.34 | 28.98 | - |
| YUV | 107.1 | 149.39 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 111 | 145 | 0.41 | 0.23 | 0 | 0.43 | 214 | 0.26 | 0.45 |
| Hex | 55 | 6F | 91 | 29 | 17 | 0 | 2B | D6 | 1A | 2D |
| Octal | 125 | 157 | 221 | 51 | 27 | 0 | 53 | 326 | 32 | 55 |
| Binary | 1010101 | 1101111 | 10010001 | 101001 | 10111 | 0 | 101011 | 11010110 | 11010 | 101101 |
Color Harmonies of #556F91
Complementary color
Monochromatic Colors of #556F91
Black with #556F91
Text Example
Text Example
White with #556F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556F91; }
p { color: rgb(85,111,145); }
H1.HeaderClassName
{
color: #556F91;
}
.AnyTagClassName
{
color: #556F91;
}
</style>
background-color css
<style>
a { background-color: #556F91; }
a { background-color: rgb(85,111,145); }
div.DivClassName
{
background-color: #556F91;
}
.BgClassName
{
background-color: #556F91;
}
</style>
border-color css
<style>
span { border-color: #556F91; }
span { border-color: rgb(85,111,145); }
td.TdClassName
{
border-color: #556F91;
}
.TagClassName
{
border-color: #556F91;
}
</style>