Shades of Battleship Grey #535651
Tints of Battleship Grey #535651
RGB
CMYK
RGB Variations
Color information
#535651 (or 0x535651) is known color: Battleship Grey. HEX triplet: 53, 56 and 51. RGB value is (83,86,81). Sum of RGB (Red+Green+Blue) = 83+86+81=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 86 - color contains mainly: green. Hex color #535651 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535651 is #ACA9AE. Grayscale: #545454. Windows color (decimal): -11315631 or 5330515. OLE color: 5330515.
HSL color Cylindrical-coordinate representation of color #535651: hue angle of 96º degrees, saturation: 0.03, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #535651 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 86 | 81 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.66 |
| HSL | 96º | 0.03% | 0.33% | - |
| HSV(B) | 96º | 0.06% | 0.34% | - |
| XYZ | 8.38 | 9.09 | 9.1 | - |
| YUV | 84.53 | 126.01 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 86 | 81 | 0.03 | 0 | 0.06 | 0.66 | 96 | 0.03 | 0.33 |
| Hex | 53 | 56 | 51 | 3 | 0 | 6 | 42 | 60 | 3 | 21 |
| Octal | 123 | 126 | 121 | 3 | 0 | 6 | 102 | 140 | 3 | 41 |
| Binary | 1010011 | 1010110 | 1010001 | 11 | 0 | 110 | 1000010 | 1100000 | 11 | 100001 |
Color Harmonies of #535651
Complementary color
Monochromatic Colors of #535651
Black with #535651
Text Example
Text Example
White with #535651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535651; }
p { color: rgb(83,86,81); }
H1.HeaderClassName
{
color: #535651;
}
.AnyTagClassName
{
color: #535651;
}
</style>
background-color css
<style>
a { background-color: #535651; }
a { background-color: rgb(83,86,81); }
div.DivClassName
{
background-color: #535651;
}
.BgClassName
{
background-color: #535651;
}
</style>
border-color css
<style>
span { border-color: #535651; }
span { border-color: rgb(83,86,81); }
td.TdClassName
{
border-color: #535651;
}
.TagClassName
{
border-color: #535651;
}
</style>