Shades of Ship Grey #54554D
Tints of Ship Grey #54554D
RGB
CMYK
RGB Variations
Color information
#54554D (or 0x54554D) is known color: Ship Grey. HEX triplet: 54, 55 and 4D. RGB value is (84,85,77). Sum of RGB (Red+Green+Blue) = 84+85+77=246 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.15% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 85 - color contains mainly: green. Hex color #54554D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54554D is #ABAAB2. Grayscale: #535353. Windows color (decimal): -11250355 or 5068116. OLE color: 5068116.
HSL color Cylindrical-coordinate representation of color #54554D: hue angle of 67.5º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #54554D is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 85 | 77 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.67 |
| HSL | 67.5º | 0.05% | 0.32% | - |
| HSV(B) | 67.5º | 0.09% | 0.33% | - |
| XYZ | 8.24 | 8.92 | 8.31 | - |
| YUV | 83.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 77 | 0.01 | 0 | 0.09 | 0.67 | 67.5 | 0.05 | 0.32 |
| Hex | 54 | 55 | 4D | 1 | 0 | 9 | 43 | 44 | 5 | 20 |
| Octal | 124 | 125 | 115 | 1 | 0 | 11 | 103 | 104 | 5 | 40 |
| Binary | 1010100 | 1010101 | 1001101 | 1 | 0 | 1001 | 1000011 | 1000100 | 101 | 100000 |
Color Harmonies of #54554D
Complementary color
Monochromatic Colors of #54554D
Black with #54554D
Text Example
Text Example
White with #54554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54554D; }
p { color: rgb(84,85,77); }
H1.HeaderClassName
{
color: #54554D;
}
.AnyTagClassName
{
color: #54554D;
}
</style>
background-color css
<style>
a { background-color: #54554D; }
a { background-color: rgb(84,85,77); }
div.DivClassName
{
background-color: #54554D;
}
.BgClassName
{
background-color: #54554D;
}
</style>
border-color css
<style>
span { border-color: #54554D; }
span { border-color: rgb(84,85,77); }
td.TdClassName
{
border-color: #54554D;
}
.TagClassName
{
border-color: #54554D;
}
</style>