Shades of Battleship Grey #575D52
Tints of Battleship Grey #575D52
RGB
CMYK
RGB Variations
Color information
#575D52 (or 0x575D52) is known color: Battleship Grey. HEX triplet: 57, 5D and 52. RGB value is (87,93,82). Sum of RGB (Red+Green+Blue) = 87+93+82=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 82 (32.42% from 255 or 31.30% from 262); Max value from RGB is 93 - color contains mainly: green. Hex color #575D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D52 is #A8A2AD. Grayscale: #595959. Windows color (decimal): -11051694 or 5397847. OLE color: 5397847.
HSL color Cylindrical-coordinate representation of color #575D52: hue angle of 92.73º 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 #575D52 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 93 | 82 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.64 |
| HSL | 92.73º | 0.06% | 0.34% | - |
| HSV(B) | 92.73º | 0.12% | 0.36% | - |
| XYZ | 9.37 | 10.46 | 9.51 | - |
| YUV | 89.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 82 | 0.06 | 0 | 0.12 | 0.64 | 92.73 | 0.06 | 0.34 |
| Hex | 57 | 5D | 52 | 6 | 0 | C | 40 | 5D | 6 | 22 |
| Octal | 127 | 135 | 122 | 6 | 0 | 14 | 100 | 135 | 6 | 42 |
| Binary | 1010111 | 1011101 | 1010010 | 110 | 0 | 1100 | 1000000 | 1011101 | 110 | 100010 |
Color Harmonies of #575D52
Complementary color
Monochromatic Colors of #575D52
Black with #575D52
Text Example
Text Example
White with #575D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575D52; }
p { color: rgb(87,93,82); }
H1.HeaderClassName
{
color: #575D52;
}
.AnyTagClassName
{
color: #575D52;
}
</style>
background-color css
<style>
a { background-color: #575D52; }
a { background-color: rgb(87,93,82); }
div.DivClassName
{
background-color: #575D52;
}
.BgClassName
{
background-color: #575D52;
}
</style>
border-color css
<style>
span { border-color: #575D52; }
span { border-color: rgb(87,93,82); }
td.TdClassName
{
border-color: #575D52;
}
.TagClassName
{
border-color: #575D52;
}
</style>