Shades of Ship Grey #545450
Tints of Ship Grey #545450
RGB
CMYK
RGB Variations
Color information
#545450 (or 0x545450) is known color: Ship Grey. HEX triplet: 54, 54 and 50. RGB value is (84,84,80). Sum of RGB (Red+Green+Blue) = 84+84+80=248 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.87% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 84 - color contains mainly: red, green. Hex color #545450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545450 is #ABABAF. Grayscale: #535353. Windows color (decimal): -11250608 or 5264468. OLE color: 5264468.
HSL color Cylindrical-coordinate representation of color #545450: hue angle of 60º degrees, saturation: 0.02, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #545450 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 84 | 80 | - |
| CMYK | 0 | 0 | 0.05 | 0.67 |
| HSL | 60º | 0.02% | 0.32% | - |
| HSV(B) | 60º | 0.05% | 0.33% | - |
| XYZ | 8.27 | 8.8 | 8.85 | - |
| YUV | 83.54 | 126 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 84 | 80 | 0 | 0 | 0.05 | 0.67 | 60 | 0.02 | 0.32 |
| Hex | 54 | 54 | 50 | 0 | 0 | 5 | 43 | 3C | 2 | 20 |
| Octal | 124 | 124 | 120 | 0 | 0 | 5 | 103 | 74 | 2 | 40 |
| Binary | 1010100 | 1010100 | 1010000 | 0 | 0 | 101 | 1000011 | 111100 | 10 | 100000 |
Color Harmonies of #545450
Complementary color
Monochromatic Colors of #545450
Black with #545450
Text Example
Text Example
White with #545450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545450; }
p { color: rgb(84,84,80); }
H1.HeaderClassName
{
color: #545450;
}
.AnyTagClassName
{
color: #545450;
}
</style>
background-color css
<style>
a { background-color: #545450; }
a { background-color: rgb(84,84,80); }
div.DivClassName
{
background-color: #545450;
}
.BgClassName
{
background-color: #545450;
}
</style>
border-color css
<style>
span { border-color: #545450; }
span { border-color: rgb(84,84,80); }
td.TdClassName
{
border-color: #545450;
}
.TagClassName
{
border-color: #545450;
}
</style>