Shades of Ship Grey #55554E
Tints of Ship Grey #55554E
RGB
CMYK
RGB Variations
Color information
#55554E (or 0x55554E) is known color: Ship Grey. HEX triplet: 55, 55 and 4E. RGB value is (85,85,78). Sum of RGB (Red+Green+Blue) = 85+85+78=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 85 - color contains mainly: red, green. Hex color #55554E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55554E is #AAAAB1. Grayscale: #545454. Windows color (decimal): -11184818 or 5133653. OLE color: 5133653.
HSL color Cylindrical-coordinate representation of color #55554E: hue angle of 60º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #55554E is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 85 | 78 | - |
| CMYK | 0 | 0 | 0.08 | 0.67 |
| HSL | 60º | 0.04% | 0.32% | - |
| HSV(B) | 60º | 0.08% | 0.33% | - |
| XYZ | 8.37 | 8.98 | 8.5 | - |
| YUV | 84.2 | 124.5 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 78 | 0 | 0 | 0.08 | 0.67 | 60 | 0.04 | 0.32 |
| Hex | 55 | 55 | 4E | 0 | 0 | 8 | 43 | 3C | 4 | 20 |
| Octal | 125 | 125 | 116 | 0 | 0 | 10 | 103 | 74 | 4 | 40 |
| Binary | 1010101 | 1010101 | 1001110 | 0 | 0 | 1000 | 1000011 | 111100 | 100 | 100000 |
Color Harmonies of #55554E
Complementary color
Monochromatic Colors of #55554E
Black with #55554E
Text Example
Text Example
White with #55554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55554E; }
p { color: rgb(85,85,78); }
H1.HeaderClassName
{
color: #55554E;
}
.AnyTagClassName
{
color: #55554E;
}
</style>
background-color css
<style>
a { background-color: #55554E; }
a { background-color: rgb(85,85,78); }
div.DivClassName
{
background-color: #55554E;
}
.BgClassName
{
background-color: #55554E;
}
</style>
border-color css
<style>
span { border-color: #55554E; }
span { border-color: rgb(85,85,78); }
td.TdClassName
{
border-color: #55554E;
}
.TagClassName
{
border-color: #55554E;
}
</style>