Shades of Battleship Grey #555D53
Tints of Battleship Grey #555D53
RGB
CMYK
RGB Variations
Color information
#555D53 (or 0x555D53) is known color: Battleship Grey. HEX triplet: 55, 5D and 53. RGB value is (85,93,83). Sum of RGB (Red+Green+Blue) = 85+93+83=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 93 - color contains mainly: green. Hex color #555D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555D53 is #AAA2AC. Grayscale: #595959. Windows color (decimal): -11182765 or 5463381. OLE color: 5463381.
HSL color Cylindrical-coordinate representation of color #555D53: hue angle of 108º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #555D53 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 93 | 83 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.64 |
| HSL | 108º | 0.06% | 0.35% | - |
| HSV(B) | 108º | 0.11% | 0.36% | - |
| XYZ | 9.22 | 10.38 | 9.7 | - |
| YUV | 89.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 93 | 83 | 0.09 | 0 | 0.11 | 0.64 | 108 | 0.06 | 0.35 |
| Hex | 55 | 5D | 53 | 9 | 0 | B | 40 | 6C | 6 | 23 |
| Octal | 125 | 135 | 123 | 11 | 0 | 13 | 100 | 154 | 6 | 43 |
| Binary | 1010101 | 1011101 | 1010011 | 1001 | 0 | 1011 | 1000000 | 1101100 | 110 | 100011 |
Color Harmonies of #555D53
Complementary color
Monochromatic Colors of #555D53
Black with #555D53
Text Example
Text Example
White with #555D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555D53; }
p { color: rgb(85,93,83); }
H1.HeaderClassName
{
color: #555D53;
}
.AnyTagClassName
{
color: #555D53;
}
</style>
background-color css
<style>
a { background-color: #555D53; }
a { background-color: rgb(85,93,83); }
div.DivClassName
{
background-color: #555D53;
}
.BgClassName
{
background-color: #555D53;
}
</style>
border-color css
<style>
span { border-color: #555D53; }
span { border-color: rgb(85,93,83); }
td.TdClassName
{
border-color: #555D53;
}
.TagClassName
{
border-color: #555D53;
}
</style>