Shades of Cactus #5A6752
Tints of Cactus #5A6752
RGB
CMYK
RGB Variations
Color information
#5A6752 (or 0x5A6752) is known color: Cactus. HEX triplet: 5A, 67 and 52. RGB value is (90,103,82). Sum of RGB (Red+Green+Blue) = 90+103+82=275 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.73% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 103 - color contains mainly: green. Hex color #5A6752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6752 is #A598AD. Grayscale: #606060. Windows color (decimal): -10852526 or 5400410. OLE color: 5400410.
HSL color Cylindrical-coordinate representation of color #5A6752: hue angle of 97.14º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5A6752 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 103 | 82 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.60 |
| HSL | 97.14º | 0.11% | 0.36% | - |
| HSV(B) | 97.14º | 0.2% | 0.4% | - |
| XYZ | 10.59 | 12.48 | 9.83 | - |
| YUV | 96.72 | 119.69 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 82 | 0.13 | 0 | 0.20 | 0.60 | 97.14 | 0.11 | 0.36 |
| Hex | 5A | 67 | 52 | D | 0 | 14 | 3C | 61 | B | 24 |
| Octal | 132 | 147 | 122 | 15 | 0 | 24 | 74 | 141 | 13 | 44 |
| Binary | 1011010 | 1100111 | 1010010 | 1101 | 0 | 10100 | 111100 | 1100001 | 1011 | 100100 |
Color Harmonies of #5A6752
Complementary color
Monochromatic Colors of #5A6752
Black with #5A6752
Text Example
Text Example
White with #5A6752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6752; }
p { color: rgb(90,103,82); }
H1.HeaderClassName
{
color: #5A6752;
}
.AnyTagClassName
{
color: #5A6752;
}
</style>
background-color css
<style>
a { background-color: #5A6752; }
a { background-color: rgb(90,103,82); }
div.DivClassName
{
background-color: #5A6752;
}
.BgClassName
{
background-color: #5A6752;
}
</style>
border-color css
<style>
span { border-color: #5A6752; }
span { border-color: rgb(90,103,82); }
td.TdClassName
{
border-color: #5A6752;
}
.TagClassName
{
border-color: #5A6752;
}
</style>