Shades of Kashmir Blue #556D89
Tints of Kashmir Blue #556D89
RGB
CMYK
RGB Variations
Color information
#556D89 (or 0x556D89) is known color: Kashmir Blue. HEX triplet: 55, 6D and 89. RGB value is (85,109,137). Sum of RGB (Red+Green+Blue) = 85+109+137=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 137 - color contains mainly: blue. Hex color #556D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556D89 is #AA9276. Grayscale: #686868. Windows color (decimal): -11178615 or 9006421. OLE color: 9006421.
HSL color Cylindrical-coordinate representation of color #556D89: hue angle of 212.31º degrees, saturation: 0.23, 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 #556D89 is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 109 | 137 | - |
| CMYK | 0.38 | 0.20 | 0 | 0.46 |
| HSL | 212.31º | 0.23% | 0.44% | - |
| HSV(B) | 212.31º | 0.38% | 0.54% | - |
| XYZ | 13.73 | 14.67 | 25.78 | - |
| YUV | 105.02 | 146.05 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 109 | 137 | 0.38 | 0.20 | 0 | 0.46 | 212.31 | 0.23 | 0.44 |
| Hex | 55 | 6D | 89 | 26 | 14 | 0 | 2E | D4 | 17 | 2C |
| Octal | 125 | 155 | 211 | 46 | 24 | 0 | 56 | 324 | 27 | 54 |
| Binary | 1010101 | 1101101 | 10001001 | 100110 | 10100 | 0 | 101110 | 11010100 | 10111 | 101100 |
Color Harmonies of #556D89
Complementary color
Monochromatic Colors of #556D89
Black with #556D89
Text Example
Text Example
White with #556D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556D89; }
p { color: rgb(85,109,137); }
H1.HeaderClassName
{
color: #556D89;
}
.AnyTagClassName
{
color: #556D89;
}
</style>
background-color css
<style>
a { background-color: #556D89; }
a { background-color: rgb(85,109,137); }
div.DivClassName
{
background-color: #556D89;
}
.BgClassName
{
background-color: #556D89;
}
</style>
border-color css
<style>
span { border-color: #556D89; }
span { border-color: rgb(85,109,137); }
td.TdClassName
{
border-color: #556D89;
}
.TagClassName
{
border-color: #556D89;
}
</style>