Shades of Battleship Grey #535A51
Tints of Battleship Grey #535A51
RGB
CMYK
RGB Variations
Color information
#535A51 (or 0x535A51) is known color: Battleship Grey. HEX triplet: 53, 5A and 51. RGB value is (83,90,81). Sum of RGB (Red+Green+Blue) = 83+90+81=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 81 (32.03% from 255 or 31.89% from 254); Max value from RGB is 90 - color contains mainly: green. Hex color #535A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535A51 is #ACA5AE. Grayscale: #565656. Windows color (decimal): -11314607 or 5331539. OLE color: 5331539.
HSL color Cylindrical-coordinate representation of color #535A51: hue angle of 106.67º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #535A51 is Cyan = 0.08, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 90 | 81 | - |
| CMYK | 0.08 | 0 | 0.1 | 0.65 |
| HSL | 106.67º | 0.05% | 0.34% | - |
| HSV(B) | 106.67º | 0.1% | 0.35% | - |
| XYZ | 8.71 | 9.75 | 9.21 | - |
| YUV | 86.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 81 | 0.08 | 0 | 0.1 | 0.65 | 106.67 | 0.05 | 0.34 |
| Hex | 53 | 5A | 51 | 8 | 0 | A | 41 | 6B | 5 | 22 |
| Octal | 123 | 132 | 121 | 10 | 0 | 12 | 101 | 153 | 5 | 42 |
| Binary | 1010011 | 1011010 | 1010001 | 1000 | 0 | 1010 | 1000001 | 1101011 | 101 | 100010 |
Color Harmonies of #535A51
Complementary color
Monochromatic Colors of #535A51
Black with #535A51
Text Example
Text Example
White with #535A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535A51; }
p { color: rgb(83,90,81); }
H1.HeaderClassName
{
color: #535A51;
}
.AnyTagClassName
{
color: #535A51;
}
</style>
background-color css
<style>
a { background-color: #535A51; }
a { background-color: rgb(83,90,81); }
div.DivClassName
{
background-color: #535A51;
}
.BgClassName
{
background-color: #535A51;
}
</style>
border-color css
<style>
span { border-color: #535A51; }
span { border-color: rgb(83,90,81); }
td.TdClassName
{
border-color: #535A51;
}
.TagClassName
{
border-color: #535A51;
}
</style>