Shades of Ship Grey #55554A
Tints of Ship Grey #55554A
RGB
CMYK
RGB Variations
Color information
#55554A (or 0x55554A) is known color: Ship Grey. HEX triplet: 55, 55 and 4A. RGB value is (85,85,74). Sum of RGB (Red+Green+Blue) = 85+85+74=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 85 - color contains mainly: red, green. Hex color #55554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55554A is #AAAAB5. Grayscale: #535353. Windows color (decimal): -11184822 or 4871509. OLE color: 4871509.
HSL color Cylindrical-coordinate representation of color #55554A: hue angle of 60º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #55554A is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 85 | 74 | - |
| CMYK | 0 | 0 | 0.13 | 0.67 |
| HSL | 60º | 0.07% | 0.31% | - |
| HSV(B) | 60º | 0.13% | 0.33% | - |
| XYZ | 8.23 | 8.92 | 7.77 | - |
| YUV | 83.75 | 122.5 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 74 | 0 | 0 | 0.13 | 0.67 | 60 | 0.07 | 0.31 |
| Hex | 55 | 55 | 4A | 0 | 0 | D | 43 | 3C | 7 | 1F |
| Octal | 125 | 125 | 112 | 0 | 0 | 15 | 103 | 74 | 7 | 37 |
| Binary | 1010101 | 1010101 | 1001010 | 0 | 0 | 1101 | 1000011 | 111100 | 111 | 11111 |
Color Harmonies of #55554A
Complementary color
Monochromatic Colors of #55554A
Black with #55554A
Text Example
Text Example
White with #55554A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55554A; }
p { color: rgb(85,85,74); }
H1.HeaderClassName
{
color: #55554A;
}
.AnyTagClassName
{
color: #55554A;
}
</style>
background-color css
<style>
a { background-color: #55554A; }
a { background-color: rgb(85,85,74); }
div.DivClassName
{
background-color: #55554A;
}
.BgClassName
{
background-color: #55554A;
}
</style>
border-color css
<style>
span { border-color: #55554A; }
span { border-color: rgb(85,85,74); }
td.TdClassName
{
border-color: #55554A;
}
.TagClassName
{
border-color: #55554A;
}
</style>