Shades of Cactus #5F625D
Tints of Cactus #5F625D
RGB
CMYK
RGB Variations
Color information
#5F625D (or 0x5F625D) is known color: Cactus. HEX triplet: 5F, 62 and 5D. RGB value is (95,98,93). Sum of RGB (Red+Green+Blue) = 95+98+93=286 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.22% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 98 - color contains mainly: green. Hex color #5F625D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F625D is #A09DA2. Grayscale: #606060. Windows color (decimal): -10526115 or 6120031. OLE color: 6120031.
HSL color Cylindrical-coordinate representation of color #5F625D: hue angle of 96º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #5F625D is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 98 | 93 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.62 |
| HSL | 96º | 0.03% | 0.37% | - |
| HSV(B) | 96º | 0.05% | 0.38% | - |
| XYZ | 11.06 | 11.96 | 12.08 | - |
| YUV | 96.53 | 126.01 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 98 | 93 | 0.03 | 0 | 0.05 | 0.62 | 96 | 0.03 | 0.37 |
| Hex | 5F | 62 | 5D | 3 | 0 | 5 | 3E | 60 | 3 | 25 |
| Octal | 137 | 142 | 135 | 3 | 0 | 5 | 76 | 140 | 3 | 45 |
| Binary | 1011111 | 1100010 | 1011101 | 11 | 0 | 101 | 111110 | 1100000 | 11 | 100101 |
Color Harmonies of #5F625D
Complementary color
Monochromatic Colors of #5F625D
Black with #5F625D
Text Example
Text Example
White with #5F625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F625D; }
p { color: rgb(95,98,93); }
H1.HeaderClassName
{
color: #5F625D;
}
.AnyTagClassName
{
color: #5F625D;
}
</style>
background-color css
<style>
a { background-color: #5F625D; }
a { background-color: rgb(95,98,93); }
div.DivClassName
{
background-color: #5F625D;
}
.BgClassName
{
background-color: #5F625D;
}
</style>
border-color css
<style>
span { border-color: #5F625D; }
span { border-color: rgb(95,98,93); }
td.TdClassName
{
border-color: #5F625D;
}
.TagClassName
{
border-color: #5F625D;
}
</style>