Shades of Ship Grey #555554
Tints of Ship Grey #555554
RGB
CMYK
RGB Variations
Color information
#555554 (or 0x555554) is known color: Ship Grey. HEX triplet: 55, 55 and 54. RGB value is (85,85,84). Sum of RGB (Red+Green+Blue) = 85+85+84=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555554 is #AAAAAB. Grayscale: #545454. Windows color (decimal): -11184812 or 5526869. OLE color: 5526869.
HSL color Cylindrical-coordinate representation of color #555554: hue angle of 60º degrees, saturation: 0.01, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #555554 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 85 | 84 | - |
| CMYK | 0 | 0 | 0.01 | 0.67 |
| HSL | 60º | 0.01% | 0.33% | - |
| HSV(B) | 60º | 0.01% | 0.33% | - |
| XYZ | 8.6 | 9.07 | 9.68 | - |
| YUV | 84.89 | 127.5 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 84 | 0 | 0 | 0.01 | 0.67 | 60 | 0.01 | 0.33 |
| Hex | 55 | 55 | 54 | 0 | 0 | 1 | 43 | 3C | 1 | 21 |
| Octal | 125 | 125 | 124 | 0 | 0 | 1 | 103 | 74 | 1 | 41 |
| Binary | 1010101 | 1010101 | 1010100 | 0 | 0 | 1 | 1000011 | 111100 | 1 | 100001 |
Color Harmonies of #555554
Complementary color
Monochromatic Colors of #555554
Black with #555554
Text Example
Text Example
White with #555554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555554; }
p { color: rgb(85,85,84); }
H1.HeaderClassName
{
color: #555554;
}
.AnyTagClassName
{
color: #555554;
}
</style>
background-color css
<style>
a { background-color: #555554; }
a { background-color: rgb(85,85,84); }
div.DivClassName
{
background-color: #555554;
}
.BgClassName
{
background-color: #555554;
}
</style>
border-color css
<style>
span { border-color: #555554; }
span { border-color: rgb(85,85,84); }
td.TdClassName
{
border-color: #555554;
}
.TagClassName
{
border-color: #555554;
}
</style>