Shades of Ship Grey #545452
Tints of Ship Grey #545452
RGB
CMYK
RGB Variations
Color information
#545452 (or 0x545452) is known color: Ship Grey. HEX triplet: 54, 54 and 52. RGB value is (84,84,82). Sum of RGB (Red+Green+Blue) = 84+84+82=250 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.6% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 84 - color contains mainly: red, green. Hex color #545452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545452 is #ABABAD. Grayscale: #535353. Windows color (decimal): -11250606 or 5395540. OLE color: 5395540.
HSL color Cylindrical-coordinate representation of color #545452: hue angle of 60º degrees, saturation: 0.01, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #545452 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
RGB | 84 | 84 | 82 | - |
CMYK | 0 | 0 | 0.02 | 0.67 |
HSL | 60º | 0.01% | 0.33% | - |
HSV(B) | 60º | 0.02% | 0.33% | - |
XYZ | 8.35 | 8.83 | 9.25 | - |
YUV | 83.77 | 127 | 128.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 84 | 84 | 82 | 0 | 0 | 0.02 | 0.67 | 60 | 0.01 | 0.33 |
Hex | 54 | 54 | 52 | 0 | 0 | 2 | 43 | 3C | 1 | 21 |
Octal | 124 | 124 | 122 | 0 | 0 | 2 | 103 | 74 | 1 | 41 |
Binary | 1010100 | 1010100 | 1010010 | 0 | 0 | 10 | 1000011 | 111100 | 1 | 100001 |
Color Harmonies of #545452
Complementary color
Monochromatic Colors of #545452
Black with #545452
Text Example
Text Example
White with #545452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545452; }
p { color: rgb(84,84,82); }
H1.HeaderClassName
{
color: #545452;
}
.AnyTagClassName
{
color: #545452;
}
</style>
background-color css
<style>
a { background-color: #545452; }
a { background-color: rgb(84,84,82); }
div.DivClassName
{
background-color: #545452;
}
.BgClassName
{
background-color: #545452;
}
</style>
border-color css
<style>
span { border-color: #545452; }
span { border-color: rgb(84,84,82); }
td.TdClassName
{
border-color: #545452;
}
.TagClassName
{
border-color: #545452;
}
</style>