Shades of Ship Grey #545545
Tints of Ship Grey #545545
RGB
CMYK
RGB Variations
Color information
#545545 (or 0x545545) is known color: Ship Grey. HEX triplet: 54, 55 and 45. RGB value is (84,85,69). Sum of RGB (Red+Green+Blue) = 84+85+69=238 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.29% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 85 - color contains mainly: green. Hex color #545545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545545 is #ABAABA. Grayscale: #525252. Windows color (decimal): -11250363 or 4543828. OLE color: 4543828.
HSL color Cylindrical-coordinate representation of color #545545: hue angle of 63.75º degrees, saturation: 0.1, 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 #545545 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 85 | 69 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.67 |
| HSL | 63.75º | 0.1% | 0.3% | - |
| HSV(B) | 63.75º | 0.19% | 0.33% | - |
| XYZ | 7.98 | 8.81 | 6.91 | - |
| YUV | 82.88 | 120.17 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 69 | 0.01 | 0 | 0.19 | 0.67 | 63.75 | 0.1 | 0.3 |
| Hex | 54 | 55 | 45 | 1 | 0 | 13 | 43 | 40 | A | 1E |
| Octal | 124 | 125 | 105 | 1 | 0 | 23 | 103 | 100 | 12 | 36 |
| Binary | 1010100 | 1010101 | 1000101 | 1 | 0 | 10011 | 1000011 | 1000000 | 1010 | 11110 |
Color Harmonies of #545545
Complementary color
Monochromatic Colors of #545545
Black with #545545
Text Example
Text Example
White with #545545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545545; }
p { color: rgb(84,85,69); }
H1.HeaderClassName
{
color: #545545;
}
.AnyTagClassName
{
color: #545545;
}
</style>
background-color css
<style>
a { background-color: #545545; }
a { background-color: rgb(84,85,69); }
div.DivClassName
{
background-color: #545545;
}
.BgClassName
{
background-color: #545545;
}
</style>
border-color css
<style>
span { border-color: #545545; }
span { border-color: rgb(84,85,69); }
td.TdClassName
{
border-color: #545545;
}
.TagClassName
{
border-color: #545545;
}
</style>