Shades of Battleship Grey #535C4F
Tints of Battleship Grey #535C4F
RGB
CMYK
RGB Variations
Color information
#535C4F (or 0x535C4F) is known color: Battleship Grey. HEX triplet: 53, 5C and 4F. RGB value is (83,92,79). Sum of RGB (Red+Green+Blue) = 83+92+79=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 92 - color contains mainly: green. Hex color #535C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C4F is #ACA3B0. Grayscale: #575757. Windows color (decimal): -11314097 or 5200979. OLE color: 5200979.
HSL color Cylindrical-coordinate representation of color #535C4F: hue angle of 101.54º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #535C4F is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 92 | 79 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.64 |
| HSL | 101.54º | 0.08% | 0.34% | - |
| HSV(B) | 101.54º | 0.14% | 0.36% | - |
| XYZ | 8.81 | 10.06 | 8.87 | - |
| YUV | 87.83 | 123.02 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 92 | 79 | 0.10 | 0 | 0.14 | 0.64 | 101.54 | 0.08 | 0.34 |
| Hex | 53 | 5C | 4F | A | 0 | E | 40 | 66 | 8 | 22 |
| Octal | 123 | 134 | 117 | 12 | 0 | 16 | 100 | 146 | 10 | 42 |
| Binary | 1010011 | 1011100 | 1001111 | 1010 | 0 | 1110 | 1000000 | 1100110 | 1000 | 100010 |
Color Harmonies of #535C4F
Complementary color
Monochromatic Colors of #535C4F
Black with #535C4F
Text Example
Text Example
White with #535C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535C4F; }
p { color: rgb(83,92,79); }
H1.HeaderClassName
{
color: #535C4F;
}
.AnyTagClassName
{
color: #535C4F;
}
</style>
background-color css
<style>
a { background-color: #535C4F; }
a { background-color: rgb(83,92,79); }
div.DivClassName
{
background-color: #535C4F;
}
.BgClassName
{
background-color: #535C4F;
}
</style>
border-color css
<style>
span { border-color: #535C4F; }
span { border-color: rgb(83,92,79); }
td.TdClassName
{
border-color: #535C4F;
}
.TagClassName
{
border-color: #535C4F;
}
</style>