Shades of Battleship Grey #535B50
Tints of Battleship Grey #535B50
RGB
CMYK
RGB Variations
Color information
#535B50 (or 0x535B50) is known color: Battleship Grey. HEX triplet: 53, 5B and 50. RGB value is (83,91,80). Sum of RGB (Red+Green+Blue) = 83+91+80=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 91 - color contains mainly: green. Hex color #535B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535B50 is #ACA4AF. Grayscale: #575757. Windows color (decimal): -11314352 or 5266259. OLE color: 5266259.
HSL color Cylindrical-coordinate representation of color #535B50: hue angle of 103.64º 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 #535B50 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 91 | 80 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.64 |
| HSL | 103.64º | 0.06% | 0.34% | - |
| HSV(B) | 103.64º | 0.12% | 0.36% | - |
| XYZ | 8.76 | 9.9 | 9.04 | - |
| YUV | 87.35 | 123.85 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 91 | 80 | 0.09 | 0 | 0.12 | 0.64 | 103.64 | 0.06 | 0.34 |
| Hex | 53 | 5B | 50 | 9 | 0 | C | 40 | 68 | 6 | 22 |
| Octal | 123 | 133 | 120 | 11 | 0 | 14 | 100 | 150 | 6 | 42 |
| Binary | 1010011 | 1011011 | 1010000 | 1001 | 0 | 1100 | 1000000 | 1101000 | 110 | 100010 |
Color Harmonies of #535B50
Complementary color
Monochromatic Colors of #535B50
Black with #535B50
Text Example
Text Example
White with #535B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535B50; }
p { color: rgb(83,91,80); }
H1.HeaderClassName
{
color: #535B50;
}
.AnyTagClassName
{
color: #535B50;
}
</style>
background-color css
<style>
a { background-color: #535B50; }
a { background-color: rgb(83,91,80); }
div.DivClassName
{
background-color: #535B50;
}
.BgClassName
{
background-color: #535B50;
}
</style>
border-color css
<style>
span { border-color: #535B50; }
span { border-color: rgb(83,91,80); }
td.TdClassName
{
border-color: #535B50;
}
.TagClassName
{
border-color: #535B50;
}
</style>