Shades of Ship Grey #545443
Tints of Ship Grey #545443
RGB
CMYK
RGB Variations
Color information
#545443 (or 0x545443) is known color: Ship Grey. HEX triplet: 54, 54 and 43. RGB value is (84,84,67). Sum of RGB (Red+Green+Blue) = 84+84+67=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 67 (26.56% from 255 or 28.51% from 235); Max value from RGB is 84 - color contains mainly: red, green. Hex color #545443 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545443 is #ABABBC. Grayscale: #525252. Windows color (decimal): -11250621 or 4412500. OLE color: 4412500.
HSL color Cylindrical-coordinate representation of color #545443: hue angle of 60º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #545443 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 84 | 67 | - |
| CMYK | 0 | 0 | 0.20 | 0.67 |
| HSL | 60º | 0.11% | 0.3% | - |
| HSV(B) | 60º | 0.2% | 0.33% | - |
| XYZ | 7.84 | 8.63 | 6.56 | - |
| YUV | 82.06 | 119.5 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 84 | 67 | 0 | 0 | 0.20 | 0.67 | 60 | 0.11 | 0.3 |
| Hex | 54 | 54 | 43 | 0 | 0 | 14 | 43 | 3C | B | 1E |
| Octal | 124 | 124 | 103 | 0 | 0 | 24 | 103 | 74 | 13 | 36 |
| Binary | 1010100 | 1010100 | 1000011 | 0 | 0 | 10100 | 1000011 | 111100 | 1011 | 11110 |
Color Harmonies of #545443
Complementary color
Monochromatic Colors of #545443
Black with #545443
Text Example
Text Example
White with #545443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545443; }
p { color: rgb(84,84,67); }
H1.HeaderClassName
{
color: #545443;
}
.AnyTagClassName
{
color: #545443;
}
</style>
background-color css
<style>
a { background-color: #545443; }
a { background-color: rgb(84,84,67); }
div.DivClassName
{
background-color: #545443;
}
.BgClassName
{
background-color: #545443;
}
</style>
border-color css
<style>
span { border-color: #545443; }
span { border-color: rgb(84,84,67); }
td.TdClassName
{
border-color: #545443;
}
.TagClassName
{
border-color: #545443;
}
</style>