Shades of Battleship Grey #575C54
Tints of Battleship Grey #575C54
RGB
CMYK
RGB Variations
Color information
#575C54 (or 0x575C54) is known color: Battleship Grey. HEX triplet: 57, 5C and 54. RGB value is (87,92,84). Sum of RGB (Red+Green+Blue) = 87+92+84=263 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.08% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 92 - color contains mainly: green. Hex color #575C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575C54 is #A8A3AB. Grayscale: #595959. Windows color (decimal): -11051948 or 5528663. OLE color: 5528663.
HSL color Cylindrical-coordinate representation of color #575C54: hue angle of 97.5º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #575C54 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 92 | 84 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.64 |
| HSL | 97.5º | 0.05% | 0.35% | - |
| HSV(B) | 97.5º | 0.09% | 0.36% | - |
| XYZ | 9.36 | 10.32 | 9.89 | - |
| YUV | 89.59 | 124.84 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 92 | 84 | 0.05 | 0 | 0.09 | 0.64 | 97.5 | 0.05 | 0.35 |
| Hex | 57 | 5C | 54 | 5 | 0 | 9 | 40 | 62 | 5 | 23 |
| Octal | 127 | 134 | 124 | 5 | 0 | 11 | 100 | 142 | 5 | 43 |
| Binary | 1010111 | 1011100 | 1010100 | 101 | 0 | 1001 | 1000000 | 1100010 | 101 | 100011 |
Color Harmonies of #575C54
Complementary color
Monochromatic Colors of #575C54
Black with #575C54
Text Example
Text Example
White with #575C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575C54; }
p { color: rgb(87,92,84); }
H1.HeaderClassName
{
color: #575C54;
}
.AnyTagClassName
{
color: #575C54;
}
</style>
background-color css
<style>
a { background-color: #575C54; }
a { background-color: rgb(87,92,84); }
div.DivClassName
{
background-color: #575C54;
}
.BgClassName
{
background-color: #575C54;
}
</style>
border-color css
<style>
span { border-color: #575C54; }
span { border-color: rgb(87,92,84); }
td.TdClassName
{
border-color: #575C54;
}
.TagClassName
{
border-color: #575C54;
}
</style>