Shades of Cactus #5A6158
Tints of Cactus #5A6158
RGB
CMYK
RGB Variations
Color information
#5A6158 (or 0x5A6158) is known color: Cactus. HEX triplet: 5A, 61 and 58. RGB value is (90,97,88). Sum of RGB (Red+Green+Blue) = 90+97+88=275 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.73% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 97 - color contains mainly: green. Hex color #5A6158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6158 is #A59EA7. Grayscale: #5D5D5D. Windows color (decimal): -10854056 or 5792090. OLE color: 5792090.
HSL color Cylindrical-coordinate representation of color #5A6158: hue angle of 106.67º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5A6158 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 97 | 88 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.62 |
| HSL | 106.67º | 0.05% | 0.36% | - |
| HSV(B) | 106.67º | 0.09% | 0.38% | - |
| XYZ | 10.25 | 11.43 | 10.9 | - |
| YUV | 93.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 97 | 88 | 0.07 | 0 | 0.09 | 0.62 | 106.67 | 0.05 | 0.36 |
| Hex | 5A | 61 | 58 | 7 | 0 | 9 | 3E | 6B | 5 | 24 |
| Octal | 132 | 141 | 130 | 7 | 0 | 11 | 76 | 153 | 5 | 44 |
| Binary | 1011010 | 1100001 | 1011000 | 111 | 0 | 1001 | 111110 | 1101011 | 101 | 100100 |
Color Harmonies of #5A6158
Complementary color
Monochromatic Colors of #5A6158
Black with #5A6158
Text Example
Text Example
White with #5A6158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6158; }
p { color: rgb(90,97,88); }
H1.HeaderClassName
{
color: #5A6158;
}
.AnyTagClassName
{
color: #5A6158;
}
</style>
background-color css
<style>
a { background-color: #5A6158; }
a { background-color: rgb(90,97,88); }
div.DivClassName
{
background-color: #5A6158;
}
.BgClassName
{
background-color: #5A6158;
}
</style>
border-color css
<style>
span { border-color: #5A6158; }
span { border-color: rgb(90,97,88); }
td.TdClassName
{
border-color: #5A6158;
}
.TagClassName
{
border-color: #5A6158;
}
</style>