Shades of Battleship Grey #535A50
Tints of Battleship Grey #535A50
RGB
CMYK
RGB Variations
Color information
#535A50 (or 0x535A50) is known color: Battleship Grey. HEX triplet: 53, 5A and 50. RGB value is (83,90,80). Sum of RGB (Red+Green+Blue) = 83+90+80=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 90 - color contains mainly: green. Hex color #535A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535A50 is #ACA5AF. Grayscale: #565656. Windows color (decimal): -11314608 or 5266003. OLE color: 5266003.
HSL color Cylindrical-coordinate representation of color #535A50: hue angle of 102º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #535A50 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 90 | 80 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.65 |
| HSL | 102º | 0.06% | 0.33% | - |
| HSV(B) | 102º | 0.11% | 0.35% | - |
| XYZ | 8.67 | 9.73 | 9.01 | - |
| YUV | 86.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 80 | 0.08 | 0 | 0.11 | 0.65 | 102 | 0.06 | 0.33 |
| Hex | 53 | 5A | 50 | 8 | 0 | B | 41 | 66 | 6 | 21 |
| Octal | 123 | 132 | 120 | 10 | 0 | 13 | 101 | 146 | 6 | 41 |
| Binary | 1010011 | 1011010 | 1010000 | 1000 | 0 | 1011 | 1000001 | 1100110 | 110 | 100001 |
Color Harmonies of #535A50
Complementary color
Monochromatic Colors of #535A50
Black with #535A50
Text Example
Text Example
White with #535A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535A50; }
p { color: rgb(83,90,80); }
H1.HeaderClassName
{
color: #535A50;
}
.AnyTagClassName
{
color: #535A50;
}
</style>
background-color css
<style>
a { background-color: #535A50; }
a { background-color: rgb(83,90,80); }
div.DivClassName
{
background-color: #535A50;
}
.BgClassName
{
background-color: #535A50;
}
</style>
border-color css
<style>
span { border-color: #535A50; }
span { border-color: rgb(83,90,80); }
td.TdClassName
{
border-color: #535A50;
}
.TagClassName
{
border-color: #535A50;
}
</style>