Shades of Battleship Grey #525B50
Tints of Battleship Grey #525B50
RGB
CMYK
RGB Variations
Color information
#525B50 (or 0x525B50) is known color: Battleship Grey. HEX triplet: 52, 5B and 50. RGB value is (82,91,80). Sum of RGB (Red+Green+Blue) = 82+91+80=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 91 - color contains mainly: green. Hex color #525B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525B50 is #ADA4AF. Grayscale: #575757. Windows color (decimal): -11379888 or 5266258. OLE color: 5266258.
HSL color Cylindrical-coordinate representation of color #525B50: hue angle of 109.09º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #525B50 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 91 | 80 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.64 |
| HSL | 109.09º | 0.06% | 0.34% | - |
| HSV(B) | 109.09º | 0.12% | 0.36% | - |
| XYZ | 8.67 | 9.86 | 9.03 | - |
| YUV | 87.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 80 | 0.10 | 0 | 0.12 | 0.64 | 109.09 | 0.06 | 0.34 |
| Hex | 52 | 5B | 50 | A | 0 | C | 40 | 6D | 6 | 22 |
| Octal | 122 | 133 | 120 | 12 | 0 | 14 | 100 | 155 | 6 | 42 |
| Binary | 1010010 | 1011011 | 1010000 | 1010 | 0 | 1100 | 1000000 | 1101101 | 110 | 100010 |
Color Harmonies of #525B50
Complementary color
Monochromatic Colors of #525B50
Black with #525B50
Text Example
Text Example
White with #525B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525B50; }
p { color: rgb(82,91,80); }
H1.HeaderClassName
{
color: #525B50;
}
.AnyTagClassName
{
color: #525B50;
}
</style>
background-color css
<style>
a { background-color: #525B50; }
a { background-color: rgb(82,91,80); }
div.DivClassName
{
background-color: #525B50;
}
.BgClassName
{
background-color: #525B50;
}
</style>
border-color css
<style>
span { border-color: #525B50; }
span { border-color: rgb(82,91,80); }
td.TdClassName
{
border-color: #525B50;
}
.TagClassName
{
border-color: #525B50;
}
</style>