Shades of Battleship Grey #535C51
Tints of Battleship Grey #535C51
RGB
CMYK
RGB Variations
Color information
#535C51 (or 0x535C51) is known color: Battleship Grey. HEX triplet: 53, 5C and 51. RGB value is (83,92,81). Sum of RGB (Red+Green+Blue) = 83+92+81=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 92 - color contains mainly: green. Hex color #535C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C51 is #ACA3AE. Grayscale: #585858. Windows color (decimal): -11314095 or 5332051. OLE color: 5332051.
HSL color Cylindrical-coordinate representation of color #535C51: hue angle of 109.09º 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 #535C51 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 92 | 81 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.64 |
| HSL | 109.09º | 0.06% | 0.34% | - |
| HSV(B) | 109.09º | 0.12% | 0.36% | - |
| XYZ | 8.88 | 10.09 | 9.26 | - |
| YUV | 88.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 92 | 81 | 0.10 | 0 | 0.12 | 0.64 | 109.09 | 0.06 | 0.34 |
| Hex | 53 | 5C | 51 | A | 0 | C | 40 | 6D | 6 | 22 |
| Octal | 123 | 134 | 121 | 12 | 0 | 14 | 100 | 155 | 6 | 42 |
| Binary | 1010011 | 1011100 | 1010001 | 1010 | 0 | 1100 | 1000000 | 1101101 | 110 | 100010 |
Color Harmonies of #535C51
Complementary color
Monochromatic Colors of #535C51
Black with #535C51
Text Example
Text Example
White with #535C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535C51; }
p { color: rgb(83,92,81); }
H1.HeaderClassName
{
color: #535C51;
}
.AnyTagClassName
{
color: #535C51;
}
</style>
background-color css
<style>
a { background-color: #535C51; }
a { background-color: rgb(83,92,81); }
div.DivClassName
{
background-color: #535C51;
}
.BgClassName
{
background-color: #535C51;
}
</style>
border-color css
<style>
span { border-color: #535C51; }
span { border-color: rgb(83,92,81); }
td.TdClassName
{
border-color: #535C51;
}
.TagClassName
{
border-color: #535C51;
}
</style>