Shades of Kashmir Blue #556D88
Tints of Kashmir Blue #556D88
RGB
CMYK
RGB Variations
Color information
#556D88 (or 0x556D88) is known color: Kashmir Blue. HEX triplet: 55, 6D and 88. RGB value is (85,109,136). Sum of RGB (Red+Green+Blue) = 85+109+136=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 136 - color contains mainly: blue. Hex color #556D88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556D88 is #AA9277. Grayscale: #686868. Windows color (decimal): -11178616 or 8940885. OLE color: 8940885.
HSL color Cylindrical-coordinate representation of color #556D88: hue angle of 211.76º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #556D88 is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 109 | 136 | - |
| CMYK | 0.38 | 0.20 | 0 | 0.47 |
| HSL | 211.76º | 0.23% | 0.43% | - |
| HSV(B) | 211.76º | 0.38% | 0.53% | - |
| XYZ | 13.66 | 14.65 | 25.4 | - |
| YUV | 104.9 | 145.55 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 109 | 136 | 0.38 | 0.20 | 0 | 0.47 | 211.76 | 0.23 | 0.43 |
| Hex | 55 | 6D | 88 | 26 | 14 | 0 | 2F | D4 | 17 | 2B |
| Octal | 125 | 155 | 210 | 46 | 24 | 0 | 57 | 324 | 27 | 53 |
| Binary | 1010101 | 1101101 | 10001000 | 100110 | 10100 | 0 | 101111 | 11010100 | 10111 | 101011 |
Color Harmonies of #556D88
Complementary color
Monochromatic Colors of #556D88
Black with #556D88
Text Example
Text Example
White with #556D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556D88; }
p { color: rgb(85,109,136); }
H1.HeaderClassName
{
color: #556D88;
}
.AnyTagClassName
{
color: #556D88;
}
</style>
background-color css
<style>
a { background-color: #556D88; }
a { background-color: rgb(85,109,136); }
div.DivClassName
{
background-color: #556D88;
}
.BgClassName
{
background-color: #556D88;
}
</style>
border-color css
<style>
span { border-color: #556D88; }
span { border-color: rgb(85,109,136); }
td.TdClassName
{
border-color: #556D88;
}
.TagClassName
{
border-color: #556D88;
}
</style>