Shades of Cactus #536950
Tints of Cactus #536950
RGB
CMYK
RGB Variations
Color information
#536950 (or 0x536950) is known color: Cactus. HEX triplet: 53, 69 and 50. RGB value is (83,105,80). Sum of RGB (Red+Green+Blue) = 83+105+80=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 105 - color contains mainly: green. Hex color #536950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536950 is #AC96AF. Grayscale: #5F5F5F. Windows color (decimal): -11310768 or 5269843. OLE color: 5269843.
HSL color Cylindrical-coordinate representation of color #536950: hue angle of 112.8º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #536950 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 105 | 80 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.59 |
| HSL | 112.8º | 0.14% | 0.36% | - |
| HSV(B) | 112.8º | 0.24% | 0.41% | - |
| XYZ | 10.07 | 12.52 | 9.48 | - |
| YUV | 95.57 | 119.21 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 105 | 80 | 0.21 | 0 | 0.24 | 0.59 | 112.8 | 0.14 | 0.36 |
| Hex | 53 | 69 | 50 | 15 | 0 | 18 | 3B | 71 | E | 24 |
| Octal | 123 | 151 | 120 | 25 | 0 | 30 | 73 | 161 | 16 | 44 |
| Binary | 1010011 | 1101001 | 1010000 | 10101 | 0 | 11000 | 111011 | 1110001 | 1110 | 100100 |
Color Harmonies of #536950
Complementary color
Monochromatic Colors of #536950
Black with #536950
Text Example
Text Example
White with #536950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536950; }
p { color: rgb(83,105,80); }
H1.HeaderClassName
{
color: #536950;
}
.AnyTagClassName
{
color: #536950;
}
</style>
background-color css
<style>
a { background-color: #536950; }
a { background-color: rgb(83,105,80); }
div.DivClassName
{
background-color: #536950;
}
.BgClassName
{
background-color: #536950;
}
</style>
border-color css
<style>
span { border-color: #536950; }
span { border-color: rgb(83,105,80); }
td.TdClassName
{
border-color: #536950;
}
.TagClassName
{
border-color: #536950;
}
</style>