Shades of Kashmir Blue #556888
Tints of Kashmir Blue #556888
RGB
CMYK
RGB Variations
Color information
#556888 (or 0x556888) is known color: Kashmir Blue. HEX triplet: 55, 68 and 88. RGB value is (85,104,136). Sum of RGB (Red+Green+Blue) = 85+104+136=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 136 - color contains mainly: blue. Hex color #556888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556888 is #AA9777. Grayscale: #656565. Windows color (decimal): -11179896 or 8939605. OLE color: 8939605.
HSL color Cylindrical-coordinate representation of color #556888: hue angle of 217.65º 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 #556888 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 104 | 136 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.47 |
| HSL | 217.65º | 0.23% | 0.43% | - |
| HSV(B) | 217.65º | 0.38% | 0.53% | - |
| XYZ | 13.14 | 13.61 | 25.23 | - |
| YUV | 101.97 | 147.21 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 104 | 136 | 0.38 | 0.24 | 0 | 0.47 | 217.65 | 0.23 | 0.43 |
| Hex | 55 | 68 | 88 | 26 | 18 | 0 | 2F | DA | 17 | 2B |
| Octal | 125 | 150 | 210 | 46 | 30 | 0 | 57 | 332 | 27 | 53 |
| Binary | 1010101 | 1101000 | 10001000 | 100110 | 11000 | 0 | 101111 | 11011010 | 10111 | 101011 |
Color Harmonies of #556888
Complementary color
Monochromatic Colors of #556888
Black with #556888
Text Example
Text Example
White with #556888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556888; }
p { color: rgb(85,104,136); }
H1.HeaderClassName
{
color: #556888;
}
.AnyTagClassName
{
color: #556888;
}
</style>
background-color css
<style>
a { background-color: #556888; }
a { background-color: rgb(85,104,136); }
div.DivClassName
{
background-color: #556888;
}
.BgClassName
{
background-color: #556888;
}
</style>
border-color css
<style>
span { border-color: #556888; }
span { border-color: rgb(85,104,136); }
td.TdClassName
{
border-color: #556888;
}
.TagClassName
{
border-color: #556888;
}
</style>