Shades of Ship Grey #545544
Tints of Ship Grey #545544
RGB
CMYK
RGB Variations
Color information
#545544 (or 0x545544) is known color: Ship Grey. HEX triplet: 54, 55 and 44. RGB value is (84,85,68). Sum of RGB (Red+Green+Blue) = 84+85+68=237 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.44% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 85 - color contains mainly: green. Hex color #545544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545544 is #ABAABB. Grayscale: #525252. Windows color (decimal): -11250364 or 4478292. OLE color: 4478292.
HSL color Cylindrical-coordinate representation of color #545544: hue angle of 63.53º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #545544 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 85 | 68 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.67 |
| HSL | 63.53º | 0.11% | 0.3% | - |
| HSV(B) | 63.53º | 0.2% | 0.33% | - |
| XYZ | 7.95 | 8.8 | 6.75 | - |
| YUV | 82.76 | 119.67 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 68 | 0.01 | 0 | 0.20 | 0.67 | 63.53 | 0.11 | 0.3 |
| Hex | 54 | 55 | 44 | 1 | 0 | 14 | 43 | 40 | B | 1E |
| Octal | 124 | 125 | 104 | 1 | 0 | 24 | 103 | 100 | 13 | 36 |
| Binary | 1010100 | 1010101 | 1000100 | 1 | 0 | 10100 | 1000011 | 1000000 | 1011 | 11110 |
Color Harmonies of #545544
Complementary color
Monochromatic Colors of #545544
Black with #545544
Text Example
Text Example
White with #545544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545544; }
p { color: rgb(84,85,68); }
H1.HeaderClassName
{
color: #545544;
}
.AnyTagClassName
{
color: #545544;
}
</style>
background-color css
<style>
a { background-color: #545544; }
a { background-color: rgb(84,85,68); }
div.DivClassName
{
background-color: #545544;
}
.BgClassName
{
background-color: #545544;
}
</style>
border-color css
<style>
span { border-color: #545544; }
span { border-color: rgb(84,85,68); }
td.TdClassName
{
border-color: #545544;
}
.TagClassName
{
border-color: #545544;
}
</style>