Shades of Ship Grey #55554F
Tints of Ship Grey #55554F
RGB
CMYK
RGB Variations
Color information
#55554F (or 0x55554F) is known color: Ship Grey. HEX triplet: 55, 55 and 4F. RGB value is (85,85,79). Sum of RGB (Red+Green+Blue) = 85+85+79=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 85 - color contains mainly: red, green. Hex color #55554F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55554F is #AAAAB0. Grayscale: #545454. Windows color (decimal): -11184817 or 5199189. OLE color: 5199189.
HSL color Cylindrical-coordinate representation of color #55554F: 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.07%. Process color model (Four color, CMYK) of #55554F is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
RGB | 85 | 85 | 79 | - |
CMYK | 0 | 0 | 0.07 | 0.67 |
HSL | 60º | 0.04% | 0.32% | - |
HSV(B) | 60º | 0.07% | 0.33% | - |
XYZ | 8.41 | 8.99 | 8.69 | - |
YUV | 84.32 | 125 | 128.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 85 | 85 | 79 | 0 | 0 | 0.07 | 0.67 | 60 | 0.04 | 0.32 |
Hex | 55 | 55 | 4F | 0 | 0 | 7 | 43 | 3C | 4 | 20 |
Octal | 125 | 125 | 117 | 0 | 0 | 7 | 103 | 74 | 4 | 40 |
Binary | 1010101 | 1010101 | 1001111 | 0 | 0 | 111 | 1000011 | 111100 | 100 | 100000 |
Color Harmonies of #55554F
Complementary color
Monochromatic Colors of #55554F
Black with #55554F
Text Example
Text Example
White with #55554F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55554F; }
p { color: rgb(85,85,79); }
H1.HeaderClassName
{
color: #55554F;
}
.AnyTagClassName
{
color: #55554F;
}
</style>
background-color css
<style>
a { background-color: #55554F; }
a { background-color: rgb(85,85,79); }
div.DivClassName
{
background-color: #55554F;
}
.BgClassName
{
background-color: #55554F;
}
</style>
border-color css
<style>
span { border-color: #55554F; }
span { border-color: rgb(85,85,79); }
td.TdClassName
{
border-color: #55554F;
}
.TagClassName
{
border-color: #55554F;
}
</style>