Shades of Cactus #58694E
Tints of Cactus #58694E
RGB
CMYK
RGB Variations
Color information
#58694E (or 0x58694E) is known color: Cactus. HEX triplet: 58, 69 and 4E. RGB value is (88,105,78). Sum of RGB (Red+Green+Blue) = 88+105+78=271 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.47% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 105 - color contains mainly: green. Hex color #58694E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58694E is #A796B1. Grayscale: #606060. Windows color (decimal): -10983090 or 5138776. OLE color: 5138776.
HSL color Cylindrical-coordinate representation of color #58694E: hue angle of 97.78º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #58694E is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 88 | 105 | 78 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.59 |
| HSL | 97.78º | 0.15% | 0.36% | - |
| HSV(B) | 97.78º | 0.26% | 0.41% | - |
| XYZ | 10.45 | 12.73 | 9.11 | - |
| YUV | 96.84 | 117.37 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 105 | 78 | 0.16 | 0 | 0.26 | 0.59 | 97.78 | 0.15 | 0.36 |
| Hex | 58 | 69 | 4E | 10 | 0 | 1A | 3B | 62 | F | 24 |
| Octal | 130 | 151 | 116 | 20 | 0 | 32 | 73 | 142 | 17 | 44 |
| Binary | 1011000 | 1101001 | 1001110 | 10000 | 0 | 11010 | 111011 | 1100010 | 1111 | 100100 |
Color Harmonies of #58694E
Complementary color
Monochromatic Colors of #58694E
Black with #58694E
Text Example
Text Example
White with #58694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58694E; }
p { color: rgb(88,105,78); }
H1.HeaderClassName
{
color: #58694E;
}
.AnyTagClassName
{
color: #58694E;
}
</style>
background-color css
<style>
a { background-color: #58694E; }
a { background-color: rgb(88,105,78); }
div.DivClassName
{
background-color: #58694E;
}
.BgClassName
{
background-color: #58694E;
}
</style>
border-color css
<style>
span { border-color: #58694E; }
span { border-color: rgb(88,105,78); }
td.TdClassName
{
border-color: #58694E;
}
.TagClassName
{
border-color: #58694E;
}
</style>