Shades of Battleship Grey #525D4D
Tints of Battleship Grey #525D4D
RGB
CMYK
RGB Variations
Color information
#525D4D (or 0x525D4D) is known color: Battleship Grey. HEX triplet: 52, 5D and 4D. RGB value is (82,93,77). Sum of RGB (Red+Green+Blue) = 82+93+77=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 93 - color contains mainly: green. Hex color #525D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D4D is #ADA2B2. Grayscale: #575757. Windows color (decimal): -11379379 or 5070162. OLE color: 5070162.
HSL color Cylindrical-coordinate representation of color #525D4D: hue angle of 101.25º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #525D4D is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
RGB | 82 | 93 | 77 | - |
CMYK | 0.12 | 0 | 0.17 | 0.64 |
HSL | 101.25º | 0.09% | 0.33% | - |
HSV(B) | 101.25º | 0.17% | 0.36% | - |
XYZ | 8.73 | 10.16 | 8.52 | - |
YUV | 87.89 | 121.86 | 123.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 82 | 93 | 77 | 0.12 | 0 | 0.17 | 0.64 | 101.25 | 0.09 | 0.33 |
Hex | 52 | 5D | 4D | C | 0 | 11 | 40 | 65 | 9 | 21 |
Octal | 122 | 135 | 115 | 14 | 0 | 21 | 100 | 145 | 11 | 41 |
Binary | 1010010 | 1011101 | 1001101 | 1100 | 0 | 10001 | 1000000 | 1100101 | 1001 | 100001 |
Color Harmonies of #525D4D
Complementary color
Monochromatic Colors of #525D4D
Black with #525D4D
Text Example
Text Example
White with #525D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525D4D; }
p { color: rgb(82,93,77); }
H1.HeaderClassName
{
color: #525D4D;
}
.AnyTagClassName
{
color: #525D4D;
}
</style>
background-color css
<style>
a { background-color: #525D4D; }
a { background-color: rgb(82,93,77); }
div.DivClassName
{
background-color: #525D4D;
}
.BgClassName
{
background-color: #525D4D;
}
</style>
border-color css
<style>
span { border-color: #525D4D; }
span { border-color: rgb(82,93,77); }
td.TdClassName
{
border-color: #525D4D;
}
.TagClassName
{
border-color: #525D4D;
}
</style>