Shades of Battleship Grey #556152
Tints of Battleship Grey #556152
RGB
CMYK
RGB Variations
Color information
#556152 (or 0x556152) is known color: Battleship Grey. HEX triplet: 55, 61 and 52. RGB value is (85,97,82). Sum of RGB (Red+Green+Blue) = 85+97+82=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 97 - color contains mainly: green. Hex color #556152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556152 is #AA9EAD. Grayscale: #5B5B5B. Windows color (decimal): -11181742 or 5398869. OLE color: 5398869.
HSL color Cylindrical-coordinate representation of color #556152: hue angle of 108º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #556152 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 97 | 82 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.62 |
| HSL | 108º | 0.08% | 0.35% | - |
| HSV(B) | 108º | 0.15% | 0.38% | - |
| XYZ | 9.54 | 11.09 | 9.62 | - |
| YUV | 91.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 82 | 0.12 | 0 | 0.15 | 0.62 | 108 | 0.08 | 0.35 |
| Hex | 55 | 61 | 52 | C | 0 | F | 3E | 6C | 8 | 23 |
| Octal | 125 | 141 | 122 | 14 | 0 | 17 | 76 | 154 | 10 | 43 |
| Binary | 1010101 | 1100001 | 1010010 | 1100 | 0 | 1111 | 111110 | 1101100 | 1000 | 100011 |
Color Harmonies of #556152
Complementary color
Monochromatic Colors of #556152
Black with #556152
Text Example
Text Example
White with #556152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556152; }
p { color: rgb(85,97,82); }
H1.HeaderClassName
{
color: #556152;
}
.AnyTagClassName
{
color: #556152;
}
</style>
background-color css
<style>
a { background-color: #556152; }
a { background-color: rgb(85,97,82); }
div.DivClassName
{
background-color: #556152;
}
.BgClassName
{
background-color: #556152;
}
</style>
border-color css
<style>
span { border-color: #556152; }
span { border-color: rgb(85,97,82); }
td.TdClassName
{
border-color: #556152;
}
.TagClassName
{
border-color: #556152;
}
</style>