Shades of Battleship Grey #525551
Tints of Battleship Grey #525551
RGB
CMYK
RGB Variations
Color information
#525551 (or 0x525551) is known color: Battleship Grey. HEX triplet: 52, 55 and 51. RGB value is (82,85,81). Sum of RGB (Red+Green+Blue) = 82+85+81=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 85 - color contains mainly: green. Hex color #525551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525551 is #ADAAAE. Grayscale: #535353. Windows color (decimal): -11381423 or 5330258. OLE color: 5330258.
HSL color Cylindrical-coordinate representation of color #525551: hue angle of 105º degrees, saturation: 0.02, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #525551 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 85 | 81 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.67 |
| HSL | 105º | 0.02% | 0.33% | - |
| HSV(B) | 105º | 0.05% | 0.33% | - |
| XYZ | 8.21 | 8.88 | 9.07 | - |
| YUV | 83.65 | 126.51 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 81 | 0.04 | 0 | 0.05 | 0.67 | 105 | 0.02 | 0.33 |
| Hex | 52 | 55 | 51 | 4 | 0 | 5 | 43 | 69 | 2 | 21 |
| Octal | 122 | 125 | 121 | 4 | 0 | 5 | 103 | 151 | 2 | 41 |
| Binary | 1010010 | 1010101 | 1010001 | 100 | 0 | 101 | 1000011 | 1101001 | 10 | 100001 |
Color Harmonies of #525551
Complementary color
Monochromatic Colors of #525551
Black with #525551
Text Example
Text Example
White with #525551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525551; }
p { color: rgb(82,85,81); }
H1.HeaderClassName
{
color: #525551;
}
.AnyTagClassName
{
color: #525551;
}
</style>
background-color css
<style>
a { background-color: #525551; }
a { background-color: rgb(82,85,81); }
div.DivClassName
{
background-color: #525551;
}
.BgClassName
{
background-color: #525551;
}
</style>
border-color css
<style>
span { border-color: #525551; }
span { border-color: rgb(82,85,81); }
td.TdClassName
{
border-color: #525551;
}
.TagClassName
{
border-color: #525551;
}
</style>