Shades of Battleship Grey #576253
Tints of Battleship Grey #576253
RGB
CMYK
RGB Variations
Color information
#576253 (or 0x576253) is known color: Battleship Grey. HEX triplet: 57, 62 and 53. RGB value is (87,98,83). Sum of RGB (Red+Green+Blue) = 87+98+83=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 98 - color contains mainly: green. Hex color #576253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576253 is #A89DAC. Grayscale: #5D5D5D. Windows color (decimal): -11050413 or 5464663. OLE color: 5464663.
HSL color Cylindrical-coordinate representation of color #576253: hue angle of 104º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #576253 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 87 | 98 | 83 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.62 |
| HSL | 104º | 0.08% | 0.35% | - |
| HSV(B) | 104º | 0.15% | 0.38% | - |
| XYZ | 9.86 | 11.39 | 9.86 | - |
| YUV | 93 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 98 | 83 | 0.11 | 0 | 0.15 | 0.62 | 104 | 0.08 | 0.35 |
| Hex | 57 | 62 | 53 | B | 0 | F | 3E | 68 | 8 | 23 |
| Octal | 127 | 142 | 123 | 13 | 0 | 17 | 76 | 150 | 10 | 43 |
| Binary | 1010111 | 1100010 | 1010011 | 1011 | 0 | 1111 | 111110 | 1101000 | 1000 | 100011 |
Color Harmonies of #576253
Complementary color
Monochromatic Colors of #576253
Black with #576253
Text Example
Text Example
White with #576253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576253; }
p { color: rgb(87,98,83); }
H1.HeaderClassName
{
color: #576253;
}
.AnyTagClassName
{
color: #576253;
}
</style>
background-color css
<style>
a { background-color: #576253; }
a { background-color: rgb(87,98,83); }
div.DivClassName
{
background-color: #576253;
}
.BgClassName
{
background-color: #576253;
}
</style>
border-color css
<style>
span { border-color: #576253; }
span { border-color: rgb(87,98,83); }
td.TdClassName
{
border-color: #576253;
}
.TagClassName
{
border-color: #576253;
}
</style>