Shades of Battleship Grey #525C4D
Tints of Battleship Grey #525C4D
RGB
CMYK
RGB Variations
Color information
#525C4D (or 0x525C4D) is known color: Battleship Grey. HEX triplet: 52, 5C and 4D. RGB value is (82,92,77). Sum of RGB (Red+Green+Blue) = 82+92+77=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 92 - color contains mainly: green. Hex color #525C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525C4D is #ADA3B2. Grayscale: #575757. Windows color (decimal): -11379635 or 5069906. OLE color: 5069906.
HSL color Cylindrical-coordinate representation of color #525C4D: hue angle of 100º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #525C4D is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 92 | 77 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.64 |
| HSL | 100º | 0.09% | 0.33% | - |
| HSV(B) | 100º | 0.16% | 0.36% | - |
| XYZ | 8.65 | 9.98 | 8.49 | - |
| YUV | 87.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 92 | 77 | 0.11 | 0 | 0.16 | 0.64 | 100 | 0.09 | 0.33 |
| Hex | 52 | 5C | 4D | B | 0 | 10 | 40 | 64 | 9 | 21 |
| Octal | 122 | 134 | 115 | 13 | 0 | 20 | 100 | 144 | 11 | 41 |
| Binary | 1010010 | 1011100 | 1001101 | 1011 | 0 | 10000 | 1000000 | 1100100 | 1001 | 100001 |
Color Harmonies of #525C4D
Complementary color
Monochromatic Colors of #525C4D
Black with #525C4D
Text Example
Text Example
White with #525C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525C4D; }
p { color: rgb(82,92,77); }
H1.HeaderClassName
{
color: #525C4D;
}
.AnyTagClassName
{
color: #525C4D;
}
</style>
background-color css
<style>
a { background-color: #525C4D; }
a { background-color: rgb(82,92,77); }
div.DivClassName
{
background-color: #525C4D;
}
.BgClassName
{
background-color: #525C4D;
}
</style>
border-color css
<style>
span { border-color: #525C4D; }
span { border-color: rgb(82,92,77); }
td.TdClassName
{
border-color: #525C4D;
}
.TagClassName
{
border-color: #525C4D;
}
</style>