Shades of Battleship Grey #575B54
Tints of Battleship Grey #575B54
RGB
CMYK
RGB Variations
Color information
#575B54 (or 0x575B54) is known color: Battleship Grey. HEX triplet: 57, 5B and 54. RGB value is (87,91,84). Sum of RGB (Red+Green+Blue) = 87+91+84=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 91 - color contains mainly: green. Hex color #575B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575B54 is #A8A4AB. Grayscale: #595959. Windows color (decimal): -11052204 or 5528407. OLE color: 5528407.
HSL color Cylindrical-coordinate representation of color #575B54: hue angle of 94.29º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #575B54 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 91 | 84 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.64 |
| HSL | 94.29º | 0.04% | 0.34% | - |
| HSV(B) | 94.29º | 0.08% | 0.36% | - |
| XYZ | 9.27 | 10.15 | 9.86 | - |
| YUV | 89.01 | 125.17 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 84 | 0.04 | 0 | 0.08 | 0.64 | 94.29 | 0.04 | 0.34 |
| Hex | 57 | 5B | 54 | 4 | 0 | 8 | 40 | 5E | 4 | 22 |
| Octal | 127 | 133 | 124 | 4 | 0 | 10 | 100 | 136 | 4 | 42 |
| Binary | 1010111 | 1011011 | 1010100 | 100 | 0 | 1000 | 1000000 | 1011110 | 100 | 100010 |
Color Harmonies of #575B54
Complementary color
Monochromatic Colors of #575B54
Black with #575B54
Text Example
Text Example
White with #575B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575B54; }
p { color: rgb(87,91,84); }
H1.HeaderClassName
{
color: #575B54;
}
.AnyTagClassName
{
color: #575B54;
}
</style>
background-color css
<style>
a { background-color: #575B54; }
a { background-color: rgb(87,91,84); }
div.DivClassName
{
background-color: #575B54;
}
.BgClassName
{
background-color: #575B54;
}
</style>
border-color css
<style>
span { border-color: #575B54; }
span { border-color: rgb(87,91,84); }
td.TdClassName
{
border-color: #575B54;
}
.TagClassName
{
border-color: #575B54;
}
</style>