Shades of Ship Grey #545548
Tints of Ship Grey #545548
RGB
CMYK
RGB Variations
Color information
#545548 (or 0x545548) is known color: Ship Grey. HEX triplet: 54, 55 and 48. RGB value is (84,85,72). Sum of RGB (Red+Green+Blue) = 84+85+72=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 85 - color contains mainly: green. Hex color #545548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545548 is #ABAAB7. Grayscale: #535353. Windows color (decimal): -11250360 or 4740436. OLE color: 4740436.
HSL color Cylindrical-coordinate representation of color #545548: hue angle of 64.62º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #545548 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 85 | 72 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.67 |
| HSL | 64.62º | 0.08% | 0.31% | - |
| HSV(B) | 64.62º | 0.15% | 0.33% | - |
| XYZ | 8.07 | 8.85 | 7.41 | - |
| YUV | 83.22 | 121.67 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 72 | 0.01 | 0 | 0.15 | 0.67 | 64.62 | 0.08 | 0.31 |
| Hex | 54 | 55 | 48 | 1 | 0 | F | 43 | 41 | 8 | 1F |
| Octal | 124 | 125 | 110 | 1 | 0 | 17 | 103 | 101 | 10 | 37 |
| Binary | 1010100 | 1010101 | 1001000 | 1 | 0 | 1111 | 1000011 | 1000001 | 1000 | 11111 |
Color Harmonies of #545548
Complementary color
Monochromatic Colors of #545548
Black with #545548
Text Example
Text Example
White with #545548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545548; }
p { color: rgb(84,85,72); }
H1.HeaderClassName
{
color: #545548;
}
.AnyTagClassName
{
color: #545548;
}
</style>
background-color css
<style>
a { background-color: #545548; }
a { background-color: rgb(84,85,72); }
div.DivClassName
{
background-color: #545548;
}
.BgClassName
{
background-color: #545548;
}
</style>
border-color css
<style>
span { border-color: #545548; }
span { border-color: rgb(84,85,72); }
td.TdClassName
{
border-color: #545548;
}
.TagClassName
{
border-color: #545548;
}
</style>