Shades of Kashmir Blue #556E8C
Tints of Kashmir Blue #556E8C
RGB
CMYK
RGB Variations
Color information
#556E8C (or 0x556E8C) is known color: Kashmir Blue. HEX triplet: 55, 6E and 8C. RGB value is (85,110,140). Sum of RGB (Red+Green+Blue) = 85+110+140=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 140 - color contains mainly: blue. Hex color #556E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556E8C is #AA9173. Grayscale: #696969. Windows color (decimal): -11178356 or 9203285. OLE color: 9203285.
HSL color Cylindrical-coordinate representation of color #556E8C: hue angle of 212.73º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #556E8C is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 110 | 140 | - |
| CMYK | 0.39 | 0.21 | 0 | 0.45 |
| HSL | 212.73º | 0.24% | 0.44% | - |
| HSV(B) | 212.73º | 0.39% | 0.55% | - |
| XYZ | 14.06 | 14.98 | 26.96 | - |
| YUV | 105.95 | 147.22 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 110 | 140 | 0.39 | 0.21 | 0 | 0.45 | 212.73 | 0.24 | 0.44 |
| Hex | 55 | 6E | 8C | 27 | 15 | 0 | 2D | D5 | 18 | 2C |
| Octal | 125 | 156 | 214 | 47 | 25 | 0 | 55 | 325 | 30 | 54 |
| Binary | 1010101 | 1101110 | 10001100 | 100111 | 10101 | 0 | 101101 | 11010101 | 11000 | 101100 |
Color Harmonies of #556E8C
Complementary color
Monochromatic Colors of #556E8C
Black with #556E8C
Text Example
Text Example
White with #556E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556E8C; }
p { color: rgb(85,110,140); }
H1.HeaderClassName
{
color: #556E8C;
}
.AnyTagClassName
{
color: #556E8C;
}
</style>
background-color css
<style>
a { background-color: #556E8C; }
a { background-color: rgb(85,110,140); }
div.DivClassName
{
background-color: #556E8C;
}
.BgClassName
{
background-color: #556E8C;
}
</style>
border-color css
<style>
span { border-color: #556E8C; }
span { border-color: rgb(85,110,140); }
td.TdClassName
{
border-color: #556E8C;
}
.TagClassName
{
border-color: #556E8C;
}
</style>