Shades of Battleship Grey #525950
Tints of Battleship Grey #525950
RGB
CMYK
RGB Variations
Color information
#525950 (or 0x525950) is known color: Battleship Grey. HEX triplet: 52, 59 and 50. RGB value is (82,89,80). Sum of RGB (Red+Green+Blue) = 82+89+80=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 89 - color contains mainly: green. Hex color #525950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525950 is #ADA6AF. Grayscale: #555555. Windows color (decimal): -11380400 or 5265746. OLE color: 5265746.
HSL color Cylindrical-coordinate representation of color #525950: hue angle of 106.67º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #525950 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 89 | 80 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.65 |
| HSL | 106.67º | 0.05% | 0.33% | - |
| HSV(B) | 106.67º | 0.1% | 0.35% | - |
| XYZ | 8.5 | 9.52 | 8.98 | - |
| YUV | 85.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 89 | 80 | 0.08 | 0 | 0.10 | 0.65 | 106.67 | 0.05 | 0.33 |
| Hex | 52 | 59 | 50 | 8 | 0 | A | 41 | 6B | 5 | 21 |
| Octal | 122 | 131 | 120 | 10 | 0 | 12 | 101 | 153 | 5 | 41 |
| Binary | 1010010 | 1011001 | 1010000 | 1000 | 0 | 1010 | 1000001 | 1101011 | 101 | 100001 |
Color Harmonies of #525950
Complementary color
Monochromatic Colors of #525950
Black with #525950
Text Example
Text Example
White with #525950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525950; }
p { color: rgb(82,89,80); }
H1.HeaderClassName
{
color: #525950;
}
.AnyTagClassName
{
color: #525950;
}
</style>
background-color css
<style>
a { background-color: #525950; }
a { background-color: rgb(82,89,80); }
div.DivClassName
{
background-color: #525950;
}
.BgClassName
{
background-color: #525950;
}
</style>
border-color css
<style>
span { border-color: #525950; }
span { border-color: rgb(82,89,80); }
td.TdClassName
{
border-color: #525950;
}
.TagClassName
{
border-color: #525950;
}
</style>