Shades of Kashmir Blue #556B8E
Tints of Kashmir Blue #556B8E
RGB
CMYK
RGB Variations
Color information
#556B8E (or 0x556B8E) is known color: Kashmir Blue. HEX triplet: 55, 6B and 8E. RGB value is (85,107,142). Sum of RGB (Red+Green+Blue) = 85+107+142=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 142 - color contains mainly: blue. Hex color #556B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556B8E is #AA9471. Grayscale: #686868. Windows color (decimal): -11179122 or 9333589. OLE color: 9333589.
HSL color Cylindrical-coordinate representation of color #556B8E: hue angle of 216.84º 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 #556B8E is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 107 | 142 | - |
| CMYK | 0.40 | 0.25 | 0 | 0.44 |
| HSL | 216.84º | 0.25% | 0.45% | - |
| HSV(B) | 216.84º | 0.4% | 0.56% | - |
| XYZ | 13.89 | 14.4 | 27.64 | - |
| YUV | 104.41 | 149.21 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 107 | 142 | 0.40 | 0.25 | 0 | 0.44 | 216.84 | 0.25 | 0.45 |
| Hex | 55 | 6B | 8E | 28 | 19 | 0 | 2C | D9 | 19 | 2D |
| Octal | 125 | 153 | 216 | 50 | 31 | 0 | 54 | 331 | 31 | 55 |
| Binary | 1010101 | 1101011 | 10001110 | 101000 | 11001 | 0 | 101100 | 11011001 | 11001 | 101101 |
Color Harmonies of #556B8E
Complementary color
Monochromatic Colors of #556B8E
Black with #556B8E
Text Example
Text Example
White with #556B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556B8E; }
p { color: rgb(85,107,142); }
H1.HeaderClassName
{
color: #556B8E;
}
.AnyTagClassName
{
color: #556B8E;
}
</style>
background-color css
<style>
a { background-color: #556B8E; }
a { background-color: rgb(85,107,142); }
div.DivClassName
{
background-color: #556B8E;
}
.BgClassName
{
background-color: #556B8E;
}
</style>
border-color css
<style>
span { border-color: #556B8E; }
span { border-color: rgb(85,107,142); }
td.TdClassName
{
border-color: #556B8E;
}
.TagClassName
{
border-color: #556B8E;
}
</style>