Shades of Ship Grey #555552
Tints of Ship Grey #555552
RGB
CMYK
RGB Variations
Color information
#555552 (or 0x555552) is known color: Ship Grey. HEX triplet: 55, 55 and 52. RGB value is (85,85,82). Sum of RGB (Red+Green+Blue) = 85+85+82=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555552 is #AAAAAD. Grayscale: #545454. Windows color (decimal): -11184814 or 5395797. OLE color: 5395797.
HSL color Cylindrical-coordinate representation of color #555552: hue angle of 60º degrees, saturation: 0.02, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #555552 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 85 | 82 | - |
| CMYK | 0 | 0 | 0.04 | 0.67 |
| HSL | 60º | 0.02% | 0.33% | - |
| HSV(B) | 60º | 0.04% | 0.33% | - |
| XYZ | 8.52 | 9.04 | 9.28 | - |
| YUV | 84.66 | 126.5 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 82 | 0 | 0 | 0.04 | 0.67 | 60 | 0.02 | 0.33 |
| Hex | 55 | 55 | 52 | 0 | 0 | 4 | 43 | 3C | 2 | 21 |
| Octal | 125 | 125 | 122 | 0 | 0 | 4 | 103 | 74 | 2 | 41 |
| Binary | 1010101 | 1010101 | 1010010 | 0 | 0 | 100 | 1000011 | 111100 | 10 | 100001 |
Color Harmonies of #555552
Complementary color
Monochromatic Colors of #555552
Black with #555552
Text Example
Text Example
White with #555552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555552; }
p { color: rgb(85,85,82); }
H1.HeaderClassName
{
color: #555552;
}
.AnyTagClassName
{
color: #555552;
}
</style>
background-color css
<style>
a { background-color: #555552; }
a { background-color: rgb(85,85,82); }
div.DivClassName
{
background-color: #555552;
}
.BgClassName
{
background-color: #555552;
}
</style>
border-color css
<style>
span { border-color: #555552; }
span { border-color: rgb(85,85,82); }
td.TdClassName
{
border-color: #555552;
}
.TagClassName
{
border-color: #555552;
}
</style>