Shades of Cactus #536A4F
Tints of Cactus #536A4F
RGB
CMYK
RGB Variations
Color information
#536A4F (or 0x536A4F) is known color: Cactus. HEX triplet: 53, 6A and 4F. RGB value is (83,106,79). Sum of RGB (Red+Green+Blue) = 83+106+79=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 106 (41.80% from 255 or 39.55% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 106 - color contains mainly: green. Hex color #536A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536A4F is #AC95B0. Grayscale: #606060. Windows color (decimal): -11310513 or 5204563. OLE color: 5204563.
HSL color Cylindrical-coordinate representation of color #536A4F: hue angle of 111.11º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #536A4F is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 106 | 79 | - |
| CMYK | 0.22 | 0 | 0.25 | 0.58 |
| HSL | 111.11º | 0.15% | 0.36% | - |
| HSV(B) | 111.11º | 0.25% | 0.42% | - |
| XYZ | 10.13 | 12.71 | 9.32 | - |
| YUV | 96.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 106 | 79 | 0.22 | 0 | 0.25 | 0.58 | 111.11 | 0.15 | 0.36 |
| Hex | 53 | 6A | 4F | 16 | 0 | 19 | 3A | 6F | F | 24 |
| Octal | 123 | 152 | 117 | 26 | 0 | 31 | 72 | 157 | 17 | 44 |
| Binary | 1010011 | 1101010 | 1001111 | 10110 | 0 | 11001 | 111010 | 1101111 | 1111 | 100100 |
Color Harmonies of #536A4F
Complementary color
Monochromatic Colors of #536A4F
Black with #536A4F
Text Example
Text Example
White with #536A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536A4F; }
p { color: rgb(83,106,79); }
H1.HeaderClassName
{
color: #536A4F;
}
.AnyTagClassName
{
color: #536A4F;
}
</style>
background-color css
<style>
a { background-color: #536A4F; }
a { background-color: rgb(83,106,79); }
div.DivClassName
{
background-color: #536A4F;
}
.BgClassName
{
background-color: #536A4F;
}
</style>
border-color css
<style>
span { border-color: #536A4F; }
span { border-color: rgb(83,106,79); }
td.TdClassName
{
border-color: #536A4F;
}
.TagClassName
{
border-color: #536A4F;
}
</style>