Shades of Battleship Grey #525D50
Tints of Battleship Grey #525D50
RGB
CMYK
RGB Variations
Color information
#525D50 (or 0x525D50) is known color: Battleship Grey. HEX triplet: 52, 5D and 50. RGB value is (82,93,80). Sum of RGB (Red+Green+Blue) = 82+93+80=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 93 - color contains mainly: green. Hex color #525D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D50 is #ADA2AF. Grayscale: #585858. Windows color (decimal): -11379376 or 5266770. OLE color: 5266770.
HSL color Cylindrical-coordinate representation of color #525D50: hue angle of 110.77º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #525D50 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 93 | 80 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.64 |
| HSL | 110.77º | 0.08% | 0.34% | - |
| HSV(B) | 110.77º | 0.14% | 0.36% | - |
| XYZ | 8.84 | 10.2 | 9.09 | - |
| YUV | 88.23 | 123.36 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 80 | 0.12 | 0 | 0.14 | 0.64 | 110.77 | 0.08 | 0.34 |
| Hex | 52 | 5D | 50 | C | 0 | E | 40 | 6F | 8 | 22 |
| Octal | 122 | 135 | 120 | 14 | 0 | 16 | 100 | 157 | 10 | 42 |
| Binary | 1010010 | 1011101 | 1010000 | 1100 | 0 | 1110 | 1000000 | 1101111 | 1000 | 100010 |
Color Harmonies of #525D50
Complementary color
Monochromatic Colors of #525D50
Black with #525D50
Text Example
Text Example
White with #525D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525D50; }
p { color: rgb(82,93,80); }
H1.HeaderClassName
{
color: #525D50;
}
.AnyTagClassName
{
color: #525D50;
}
</style>
background-color css
<style>
a { background-color: #525D50; }
a { background-color: rgb(82,93,80); }
div.DivClassName
{
background-color: #525D50;
}
.BgClassName
{
background-color: #525D50;
}
</style>
border-color css
<style>
span { border-color: #525D50; }
span { border-color: rgb(82,93,80); }
td.TdClassName
{
border-color: #525D50;
}
.TagClassName
{
border-color: #525D50;
}
</style>