Shades of Kashmir Blue #556D8D
Tints of Kashmir Blue #556D8D
RGB
CMYK
RGB Variations
Color information
#556D8D (or 0x556D8D) is known color: Kashmir Blue. HEX triplet: 55, 6D and 8D. RGB value is (85,109,141). Sum of RGB (Red+Green+Blue) = 85+109+141=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #556D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556D8D is #AA9272. Grayscale: #696969. Windows color (decimal): -11178611 or 9268565. OLE color: 9268565.
HSL color Cylindrical-coordinate representation of color #556D8D: hue angle of 214.29º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #556D8D is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 109 | 141 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.45 |
| HSL | 214.29º | 0.25% | 0.44% | - |
| HSV(B) | 214.29º | 0.4% | 0.55% | - |
| XYZ | 14.02 | 14.79 | 27.32 | - |
| YUV | 105.47 | 148.05 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 109 | 141 | 0.40 | 0.23 | 0 | 0.45 | 214.29 | 0.25 | 0.44 |
| Hex | 55 | 6D | 8D | 28 | 17 | 0 | 2D | D6 | 19 | 2C |
| Octal | 125 | 155 | 215 | 50 | 27 | 0 | 55 | 326 | 31 | 54 |
| Binary | 1010101 | 1101101 | 10001101 | 101000 | 10111 | 0 | 101101 | 11010110 | 11001 | 101100 |
Color Harmonies of #556D8D
Complementary color
Monochromatic Colors of #556D8D
Black with #556D8D
Text Example
Text Example
White with #556D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556D8D; }
p { color: rgb(85,109,141); }
H1.HeaderClassName
{
color: #556D8D;
}
.AnyTagClassName
{
color: #556D8D;
}
</style>
background-color css
<style>
a { background-color: #556D8D; }
a { background-color: rgb(85,109,141); }
div.DivClassName
{
background-color: #556D8D;
}
.BgClassName
{
background-color: #556D8D;
}
</style>
border-color css
<style>
span { border-color: #556D8D; }
span { border-color: rgb(85,109,141); }
td.TdClassName
{
border-color: #556D8D;
}
.TagClassName
{
border-color: #556D8D;
}
</style>