Shades of Kashmir Blue #556D8E
Tints of Kashmir Blue #556D8E
RGB
CMYK
RGB Variations
Color information
#556D8E (or 0x556D8E) is known color: Kashmir Blue. HEX triplet: 55, 6D and 8E. RGB value is (85,109,142). Sum of RGB (Red+Green+Blue) = 85+109+142=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 142 - color contains mainly: blue. Hex color #556D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556D8E is #AA9271. Grayscale: #696969. Windows color (decimal): -11178610 or 9334101. OLE color: 9334101.
HSL color Cylindrical-coordinate representation of color #556D8E: 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 #556D8E is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 109 | 142 | - |
| 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.1 | 14.82 | 27.71 | - |
| YUV | 105.59 | 148.55 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 109 | 142 | 0.40 | 0.23 | 0 | 0.44 | 214.74 | 0.25 | 0.45 |
| Hex | 55 | 6D | 8E | 28 | 17 | 0 | 2C | D7 | 19 | 2D |
| Octal | 125 | 155 | 216 | 50 | 27 | 0 | 54 | 327 | 31 | 55 |
| Binary | 1010101 | 1101101 | 10001110 | 101000 | 10111 | 0 | 101100 | 11010111 | 11001 | 101101 |
Color Harmonies of #556D8E
Complementary color
Monochromatic Colors of #556D8E
Black with #556D8E
Text Example
Text Example
White with #556D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556D8E; }
p { color: rgb(85,109,142); }
H1.HeaderClassName
{
color: #556D8E;
}
.AnyTagClassName
{
color: #556D8E;
}
</style>
background-color css
<style>
a { background-color: #556D8E; }
a { background-color: rgb(85,109,142); }
div.DivClassName
{
background-color: #556D8E;
}
.BgClassName
{
background-color: #556D8E;
}
</style>
border-color css
<style>
span { border-color: #556D8E; }
span { border-color: rgb(85,109,142); }
td.TdClassName
{
border-color: #556D8E;
}
.TagClassName
{
border-color: #556D8E;
}
</style>