Shades of Kashmir Blue #556E8A
Tints of Kashmir Blue #556E8A
RGB
CMYK
RGB Variations
Color information
#556E8A (or 0x556E8A) is known color: Kashmir Blue. HEX triplet: 55, 6E and 8A. RGB value is (85,110,138). Sum of RGB (Red+Green+Blue) = 85+110+138=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 138 - color contains mainly: blue. Hex color #556E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556E8A is #AA9175. Grayscale: #696969. Windows color (decimal): -11178358 or 9072213. OLE color: 9072213.
HSL color Cylindrical-coordinate representation of color #556E8A: hue angle of 211.7º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #556E8A is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 110 | 138 | - |
| CMYK | 0.38 | 0.20 | 0 | 0.46 |
| HSL | 211.7º | 0.24% | 0.44% | - |
| HSV(B) | 211.7º | 0.38% | 0.54% | - |
| XYZ | 13.91 | 14.92 | 26.19 | - |
| YUV | 105.72 | 146.22 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 110 | 138 | 0.38 | 0.20 | 0 | 0.46 | 211.7 | 0.24 | 0.44 |
| Hex | 55 | 6E | 8A | 26 | 14 | 0 | 2E | D4 | 18 | 2C |
| Octal | 125 | 156 | 212 | 46 | 24 | 0 | 56 | 324 | 30 | 54 |
| Binary | 1010101 | 1101110 | 10001010 | 100110 | 10100 | 0 | 101110 | 11010100 | 11000 | 101100 |
Color Harmonies of #556E8A
Complementary color
Monochromatic Colors of #556E8A
Black with #556E8A
Text Example
Text Example
White with #556E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556E8A; }
p { color: rgb(85,110,138); }
H1.HeaderClassName
{
color: #556E8A;
}
.AnyTagClassName
{
color: #556E8A;
}
</style>
background-color css
<style>
a { background-color: #556E8A; }
a { background-color: rgb(85,110,138); }
div.DivClassName
{
background-color: #556E8A;
}
.BgClassName
{
background-color: #556E8A;
}
</style>
border-color css
<style>
span { border-color: #556E8A; }
span { border-color: rgb(85,110,138); }
td.TdClassName
{
border-color: #556E8A;
}
.TagClassName
{
border-color: #556E8A;
}
</style>