Shades of Ship Grey #545445
Tints of Ship Grey #545445
RGB
CMYK
RGB Variations
Color information
#545445 (or 0x545445) is known color: Ship Grey. HEX triplet: 54, 54 and 45. RGB value is (84,84,69). Sum of RGB (Red+Green+Blue) = 84+84+69=237 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.44% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 84 - color contains mainly: red, green. Hex color #545445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545445 is #ABABBA. Grayscale: #525252. Windows color (decimal): -11250619 or 4543572. OLE color: 4543572.
HSL color Cylindrical-coordinate representation of color #545445: hue angle of 60º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #545445 is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 84 | 69 | - |
| CMYK | 0 | 0 | 0.18 | 0.67 |
| HSL | 60º | 0.1% | 0.3% | - |
| HSV(B) | 60º | 0.18% | 0.33% | - |
| XYZ | 7.9 | 8.66 | 6.88 | - |
| YUV | 82.29 | 120.5 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 84 | 69 | 0 | 0 | 0.18 | 0.67 | 60 | 0.1 | 0.3 |
| Hex | 54 | 54 | 45 | 0 | 0 | 12 | 43 | 3C | A | 1E |
| Octal | 124 | 124 | 105 | 0 | 0 | 22 | 103 | 74 | 12 | 36 |
| Binary | 1010100 | 1010100 | 1000101 | 0 | 0 | 10010 | 1000011 | 111100 | 1010 | 11110 |
Color Harmonies of #545445
Complementary color
Monochromatic Colors of #545445
Black with #545445
Text Example
Text Example
White with #545445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545445; }
p { color: rgb(84,84,69); }
H1.HeaderClassName
{
color: #545445;
}
.AnyTagClassName
{
color: #545445;
}
</style>
background-color css
<style>
a { background-color: #545445; }
a { background-color: rgb(84,84,69); }
div.DivClassName
{
background-color: #545445;
}
.BgClassName
{
background-color: #545445;
}
</style>
border-color css
<style>
span { border-color: #545445; }
span { border-color: rgb(84,84,69); }
td.TdClassName
{
border-color: #545445;
}
.TagClassName
{
border-color: #545445;
}
</style>