Shades of Cactus #58754E
Tints of Cactus #58754E
RGB
CMYK
RGB Variations
Color information
#58754E (or 0x58754E) is known color: Cactus. HEX triplet: 58, 75 and 4E. RGB value is (88,117,78). Sum of RGB (Red+Green+Blue) = 88+117+78=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 117 - color contains mainly: green. Hex color #58754E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58754E is #A78AB1. Grayscale: #686868. Windows color (decimal): -10980018 or 5141848. OLE color: 5141848.
HSL color Cylindrical-coordinate representation of color #58754E: hue angle of 104.62º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #58754E is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 88 | 117 | 78 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.54 |
| HSL | 104.62º | 0.2% | 0.38% | - |
| HSV(B) | 104.62º | 0.33% | 0.46% | - |
| XYZ | 11.76 | 15.35 | 9.55 | - |
| YUV | 103.88 | 113.39 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 117 | 78 | 0.25 | 0 | 0.33 | 0.54 | 104.62 | 0.2 | 0.38 |
| Hex | 58 | 75 | 4E | 19 | 0 | 21 | 36 | 69 | 14 | 26 |
| Octal | 130 | 165 | 116 | 31 | 0 | 41 | 66 | 151 | 24 | 46 |
| Binary | 1011000 | 1110101 | 1001110 | 11001 | 0 | 100001 | 110110 | 1101001 | 10100 | 100110 |
Color Harmonies of #58754E
Complementary color
Monochromatic Colors of #58754E
Black with #58754E
Text Example
Text Example
White with #58754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58754E; }
p { color: rgb(88,117,78); }
H1.HeaderClassName
{
color: #58754E;
}
.AnyTagClassName
{
color: #58754E;
}
</style>
background-color css
<style>
a { background-color: #58754E; }
a { background-color: rgb(88,117,78); }
div.DivClassName
{
background-color: #58754E;
}
.BgClassName
{
background-color: #58754E;
}
</style>
border-color css
<style>
span { border-color: #58754E; }
span { border-color: rgb(88,117,78); }
td.TdClassName
{
border-color: #58754E;
}
.TagClassName
{
border-color: #58754E;
}
</style>