Shades of Ship Grey #545441
Tints of Ship Grey #545441
RGB
CMYK
RGB Variations
Color information
#545441 (or 0x545441) is known color: Ship Grey. HEX triplet: 54, 54 and 41. RGB value is (84,84,65). Sum of RGB (Red+Green+Blue) = 84+84+65=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 65 (25.78% from 255 or 27.90% from 233); Max value from RGB is 84 - color contains mainly: red, green. Hex color #545441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545441 is #ABABBE. Grayscale: #515151. Windows color (decimal): -11250623 or 4281428. OLE color: 4281428.
HSL color Cylindrical-coordinate representation of color #545441: hue angle of 60º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #545441 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 84 | 65 | - |
| CMYK | 0 | 0 | 0.23 | 0.67 |
| HSL | 60º | 0.13% | 0.29% | - |
| HSV(B) | 60º | 0.23% | 0.33% | - |
| XYZ | 7.78 | 8.61 | 6.25 | - |
| YUV | 81.83 | 118.5 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 84 | 65 | 0 | 0 | 0.23 | 0.67 | 60 | 0.13 | 0.29 |
| Hex | 54 | 54 | 41 | 0 | 0 | 17 | 43 | 3C | D | 1D |
| Octal | 124 | 124 | 101 | 0 | 0 | 27 | 103 | 74 | 15 | 35 |
| Binary | 1010100 | 1010100 | 1000001 | 0 | 0 | 10111 | 1000011 | 111100 | 1101 | 11101 |
Color Harmonies of #545441
Complementary color
Monochromatic Colors of #545441
Black with #545441
Text Example
Text Example
White with #545441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545441; }
p { color: rgb(84,84,65); }
H1.HeaderClassName
{
color: #545441;
}
.AnyTagClassName
{
color: #545441;
}
</style>
background-color css
<style>
a { background-color: #545441; }
a { background-color: rgb(84,84,65); }
div.DivClassName
{
background-color: #545441;
}
.BgClassName
{
background-color: #545441;
}
</style>
border-color css
<style>
span { border-color: #545441; }
span { border-color: rgb(84,84,65); }
td.TdClassName
{
border-color: #545441;
}
.TagClassName
{
border-color: #545441;
}
</style>