Shades of Ship Grey #52524E
Tints of Ship Grey #52524E
RGB
CMYK
RGB Variations
Color information
#52524E (or 0x52524E) is known color: Ship Grey. HEX triplet: 52, 52 and 4E. RGB value is (82,82,78). Sum of RGB (Red+Green+Blue) = 82+82+78=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 82 - color contains mainly: red, green. Hex color #52524E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52524E is #ADADB1. Grayscale: #515151. Windows color (decimal): -11382194 or 5132882. OLE color: 5132882.
HSL color Cylindrical-coordinate representation of color #52524E: hue angle of 60º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #52524E is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
RGB | 82 | 82 | 78 | - |
CMYK | 0 | 0 | 0.05 | 0.68 |
HSL | 60º | 0.03% | 0.31% | - |
HSV(B) | 60º | 0.05% | 0.32% | - |
XYZ | 7.87 | 8.38 | 8.41 | - |
YUV | 81.54 | 126 | 128.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 82 | 82 | 78 | 0 | 0 | 0.05 | 0.68 | 60 | 0.03 | 0.31 |
Hex | 52 | 52 | 4E | 0 | 0 | 5 | 44 | 3C | 2 | 1F |
Octal | 122 | 122 | 116 | 0 | 0 | 5 | 104 | 74 | 2 | 37 |
Binary | 1010010 | 1010010 | 1001110 | 0 | 0 | 101 | 1000100 | 111100 | 10 | 11111 |
Color Harmonies of #52524E
Complementary color
Monochromatic Colors of #52524E
Black with #52524E
Text Example
Text Example
White with #52524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52524E; }
p { color: rgb(82,82,78); }
H1.HeaderClassName
{
color: #52524E;
}
.AnyTagClassName
{
color: #52524E;
}
</style>
background-color css
<style>
a { background-color: #52524E; }
a { background-color: rgb(82,82,78); }
div.DivClassName
{
background-color: #52524E;
}
.BgClassName
{
background-color: #52524E;
}
</style>
border-color css
<style>
span { border-color: #52524E; }
span { border-color: rgb(82,82,78); }
td.TdClassName
{
border-color: #52524E;
}
.TagClassName
{
border-color: #52524E;
}
</style>