Shades of Ship Grey #545444
Tints of Ship Grey #545444
RGB
CMYK
RGB Variations
Color information
#545444 (or 0x545444) is known color: Ship Grey. HEX triplet: 54, 54 and 44. RGB value is (84,84,68). Sum of RGB (Red+Green+Blue) = 84+84+68=236 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.59% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 84 - color contains mainly: red, green. Hex color #545444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545444 is #ABABBB. Grayscale: #525252. Windows color (decimal): -11250620 or 4478036. OLE color: 4478036.
HSL color Cylindrical-coordinate representation of color #545444: 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.19%. Process color model (Four color, CMYK) of #545444 is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 84 | 68 | - |
| CMYK | 0 | 0 | 0.19 | 0.67 |
| HSL | 60º | 0.11% | 0.3% | - |
| HSV(B) | 60º | 0.19% | 0.33% | - |
| XYZ | 7.87 | 8.64 | 6.72 | - |
| YUV | 82.18 | 120 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 84 | 68 | 0 | 0 | 0.19 | 0.67 | 60 | 0.11 | 0.3 |
| Hex | 54 | 54 | 44 | 0 | 0 | 13 | 43 | 3C | B | 1E |
| Octal | 124 | 124 | 104 | 0 | 0 | 23 | 103 | 74 | 13 | 36 |
| Binary | 1010100 | 1010100 | 1000100 | 0 | 0 | 10011 | 1000011 | 111100 | 1011 | 11110 |
Color Harmonies of #545444
Complementary color
Monochromatic Colors of #545444
Black with #545444
Text Example
Text Example
White with #545444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545444; }
p { color: rgb(84,84,68); }
H1.HeaderClassName
{
color: #545444;
}
.AnyTagClassName
{
color: #545444;
}
</style>
background-color css
<style>
a { background-color: #545444; }
a { background-color: rgb(84,84,68); }
div.DivClassName
{
background-color: #545444;
}
.BgClassName
{
background-color: #545444;
}
</style>
border-color css
<style>
span { border-color: #545444; }
span { border-color: rgb(84,84,68); }
td.TdClassName
{
border-color: #545444;
}
.TagClassName
{
border-color: #545444;
}
</style>