Shades of Ship Grey #555544
Tints of Ship Grey #555544
RGB
CMYK
RGB Variations
Color information
#555544 (or 0x555544) is known color: Ship Grey. HEX triplet: 55, 55 and 44. RGB value is (85,85,68). Sum of RGB (Red+Green+Blue) = 85+85+68=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 68 (26.95% from 255 or 28.57% from 238); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555544 is #AAAABB. Grayscale: #535353. Windows color (decimal): -11184828 or 4478293. OLE color: 4478293.
HSL color Cylindrical-coordinate representation of color #555544: hue angle of 60º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #555544 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 85 | 68 | - |
| CMYK | 0 | 0 | 0.20 | 0.67 |
| HSL | 60º | 0.11% | 0.3% | - |
| HSV(B) | 60º | 0.2% | 0.33% | - |
| XYZ | 8.04 | 8.85 | 6.75 | - |
| YUV | 83.06 | 119.5 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 68 | 0 | 0 | 0.20 | 0.67 | 60 | 0.11 | 0.3 |
| Hex | 55 | 55 | 44 | 0 | 0 | 14 | 43 | 3C | B | 1E |
| Octal | 125 | 125 | 104 | 0 | 0 | 24 | 103 | 74 | 13 | 36 |
| Binary | 1010101 | 1010101 | 1000100 | 0 | 0 | 10100 | 1000011 | 111100 | 1011 | 11110 |
Color Harmonies of #555544
Complementary color
Monochromatic Colors of #555544
Black with #555544
Text Example
Text Example
White with #555544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555544; }
p { color: rgb(85,85,68); }
H1.HeaderClassName
{
color: #555544;
}
.AnyTagClassName
{
color: #555544;
}
</style>
background-color css
<style>
a { background-color: #555544; }
a { background-color: rgb(85,85,68); }
div.DivClassName
{
background-color: #555544;
}
.BgClassName
{
background-color: #555544;
}
</style>
border-color css
<style>
span { border-color: #555544; }
span { border-color: rgb(85,85,68); }
td.TdClassName
{
border-color: #555544;
}
.TagClassName
{
border-color: #555544;
}
</style>