Shades of Cactus #5F655B
Tints of Cactus #5F655B
RGB
CMYK
RGB Variations
Color information
#5F655B (or 0x5F655B) is known color: Cactus. HEX triplet: 5F, 65 and 5B. RGB value is (95,101,91). Sum of RGB (Red+Green+Blue) = 95+101+91=287 (38% of max value = 765). Red value is 95 (37.5% from 255 or 33.10% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 101 - color contains mainly: green. Hex color #5F655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F655B is #A09AA4. Grayscale: #626262. Windows color (decimal): -10525349 or 5989727. OLE color: 5989727.
HSL color Cylindrical-coordinate representation of color #5F655B: hue angle of 96º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5F655B is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 101 | 91 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.60 |
| HSL | 96º | 0.05% | 0.38% | - |
| HSV(B) | 96º | 0.1% | 0.4% | - |
| XYZ | 11.26 | 12.5 | 11.72 | - |
| YUV | 98.07 | 124.01 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 101 | 91 | 0.06 | 0 | 0.10 | 0.60 | 96 | 0.05 | 0.38 |
| Hex | 5F | 65 | 5B | 6 | 0 | A | 3C | 60 | 5 | 26 |
| Octal | 137 | 145 | 133 | 6 | 0 | 12 | 74 | 140 | 5 | 46 |
| Binary | 1011111 | 1100101 | 1011011 | 110 | 0 | 1010 | 111100 | 1100000 | 101 | 100110 |
Color Harmonies of #5F655B
Complementary color
Monochromatic Colors of #5F655B
Black with #5F655B
Text Example
Text Example
White with #5F655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F655B; }
p { color: rgb(95,101,91); }
H1.HeaderClassName
{
color: #5F655B;
}
.AnyTagClassName
{
color: #5F655B;
}
</style>
background-color css
<style>
a { background-color: #5F655B; }
a { background-color: rgb(95,101,91); }
div.DivClassName
{
background-color: #5F655B;
}
.BgClassName
{
background-color: #5F655B;
}
</style>
border-color css
<style>
span { border-color: #5F655B; }
span { border-color: rgb(95,101,91); }
td.TdClassName
{
border-color: #5F655B;
}
.TagClassName
{
border-color: #5F655B;
}
</style>