Shades of Battleship Grey #535F51
Tints of Battleship Grey #535F51
RGB
CMYK
RGB Variations
Color information
#535F51 (or 0x535F51) is known color: Battleship Grey. HEX triplet: 53, 5F and 51. RGB value is (83,95,81). Sum of RGB (Red+Green+Blue) = 83+95+81=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 81 (32.03% from 255 or 31.27% from 259); Max value from RGB is 95 - color contains mainly: green. Hex color #535F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535F51 is #ACA0AE. Grayscale: #595959. Windows color (decimal): -11313327 or 5332819. OLE color: 5332819.
HSL color Cylindrical-coordinate representation of color #535F51: hue angle of 111.43º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #535F51 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 83 | 95 | 81 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.63 |
| HSL | 111.43º | 0.08% | 0.35% | - |
| HSV(B) | 111.43º | 0.15% | 0.37% | - |
| XYZ | 9.14 | 10.62 | 9.35 | - |
| YUV | 89.82 | 123.02 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 95 | 81 | 0.13 | 0 | 0.15 | 0.63 | 111.43 | 0.08 | 0.35 |
| Hex | 53 | 5F | 51 | D | 0 | F | 3F | 6F | 8 | 23 |
| Octal | 123 | 137 | 121 | 15 | 0 | 17 | 77 | 157 | 10 | 43 |
| Binary | 1010011 | 1011111 | 1010001 | 1101 | 0 | 1111 | 111111 | 1101111 | 1000 | 100011 |
Color Harmonies of #535F51
Complementary color
Monochromatic Colors of #535F51
Black with #535F51
Text Example
Text Example
White with #535F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535F51; }
p { color: rgb(83,95,81); }
H1.HeaderClassName
{
color: #535F51;
}
.AnyTagClassName
{
color: #535F51;
}
</style>
background-color css
<style>
a { background-color: #535F51; }
a { background-color: rgb(83,95,81); }
div.DivClassName
{
background-color: #535F51;
}
.BgClassName
{
background-color: #535F51;
}
</style>
border-color css
<style>
span { border-color: #535F51; }
span { border-color: rgb(83,95,81); }
td.TdClassName
{
border-color: #535F51;
}
.TagClassName
{
border-color: #535F51;
}
</style>