Shades of Cactus #536C50
Tints of Cactus #536C50
RGB
CMYK
RGB Variations
Color information
#536C50 (or 0x536C50) is known color: Cactus. HEX triplet: 53, 6C and 50. RGB value is (83,108,80). Sum of RGB (Red+Green+Blue) = 83+108+80=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 108 - color contains mainly: green. Hex color #536C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536C50 is #AC93AF. Grayscale: #616161. Windows color (decimal): -11310000 or 5270611. OLE color: 5270611.
HSL color Cylindrical-coordinate representation of color #536C50: hue angle of 113.57º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #536C50 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 108 | 80 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.58 |
| HSL | 113.57º | 0.15% | 0.37% | - |
| HSV(B) | 113.57º | 0.26% | 0.42% | - |
| XYZ | 10.38 | 13.14 | 9.58 | - |
| YUV | 97.33 | 118.22 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 108 | 80 | 0.23 | 0 | 0.26 | 0.58 | 113.57 | 0.15 | 0.37 |
| Hex | 53 | 6C | 50 | 17 | 0 | 1A | 3A | 72 | F | 25 |
| Octal | 123 | 154 | 120 | 27 | 0 | 32 | 72 | 162 | 17 | 45 |
| Binary | 1010011 | 1101100 | 1010000 | 10111 | 0 | 11010 | 111010 | 1110010 | 1111 | 100101 |
Color Harmonies of #536C50
Complementary color
Monochromatic Colors of #536C50
Black with #536C50
Text Example
Text Example
White with #536C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536C50; }
p { color: rgb(83,108,80); }
H1.HeaderClassName
{
color: #536C50;
}
.AnyTagClassName
{
color: #536C50;
}
</style>
background-color css
<style>
a { background-color: #536C50; }
a { background-color: rgb(83,108,80); }
div.DivClassName
{
background-color: #536C50;
}
.BgClassName
{
background-color: #536C50;
}
</style>
border-color css
<style>
span { border-color: #536C50; }
span { border-color: rgb(83,108,80); }
td.TdClassName
{
border-color: #536C50;
}
.TagClassName
{
border-color: #536C50;
}
</style>