Shades of Kashmir Blue #556E90
Tints of Kashmir Blue #556E90
RGB
CMYK
RGB Variations
Color information
#556E90 (or 0x556E90) is known color: Kashmir Blue. HEX triplet: 55, 6E and 90. RGB value is (85,110,144). Sum of RGB (Red+Green+Blue) = 85+110+144=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #556E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556E90 is #AA916F. Grayscale: #6A6A6A. Windows color (decimal): -11178352 or 9465429. OLE color: 9465429.
HSL color Cylindrical-coordinate representation of color #556E90: hue angle of 214.58º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #556E90 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 110 | 144 | - |
| CMYK | 0.41 | 0.24 | 0 | 0.44 |
| HSL | 214.58º | 0.26% | 0.45% | - |
| HSV(B) | 214.58º | 0.41% | 0.56% | - |
| XYZ | 14.36 | 15.1 | 28.54 | - |
| YUV | 106.4 | 149.22 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 110 | 144 | 0.41 | 0.24 | 0 | 0.44 | 214.58 | 0.26 | 0.45 |
| Hex | 55 | 6E | 90 | 29 | 18 | 0 | 2C | D7 | 1A | 2D |
| Octal | 125 | 156 | 220 | 51 | 30 | 0 | 54 | 327 | 32 | 55 |
| Binary | 1010101 | 1101110 | 10010000 | 101001 | 11000 | 0 | 101100 | 11010111 | 11010 | 101101 |
Color Harmonies of #556E90
Complementary color
Monochromatic Colors of #556E90
Black with #556E90
Text Example
Text Example
White with #556E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556E90; }
p { color: rgb(85,110,144); }
H1.HeaderClassName
{
color: #556E90;
}
.AnyTagClassName
{
color: #556E90;
}
</style>
background-color css
<style>
a { background-color: #556E90; }
a { background-color: rgb(85,110,144); }
div.DivClassName
{
background-color: #556E90;
}
.BgClassName
{
background-color: #556E90;
}
</style>
border-color css
<style>
span { border-color: #556E90; }
span { border-color: rgb(85,110,144); }
td.TdClassName
{
border-color: #556E90;
}
.TagClassName
{
border-color: #556E90;
}
</style>