Shades of Cactus #5F665C
Tints of Cactus #5F665C
RGB
CMYK
RGB Variations
Color information
#5F665C (or 0x5F665C) is known color: Cactus. HEX triplet: 5F, 66 and 5C. RGB value is (95,102,92). Sum of RGB (Red+Green+Blue) = 95+102+92=289 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.87% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 102 - color contains mainly: green. Hex color #5F665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F665C is #A099A3. Grayscale: #626262. Windows color (decimal): -10525092 or 6055519. OLE color: 6055519.
HSL color Cylindrical-coordinate representation of color #5F665C: hue angle of 102º 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 #5F665C is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 95 | 102 | 92 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.6 |
| HSL | 102º | 0.05% | 0.38% | - |
| HSV(B) | 102º | 0.1% | 0.4% | - |
| XYZ | 11.4 | 12.71 | 11.98 | - |
| YUV | 98.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 102 | 92 | 0.07 | 0 | 0.10 | 0.6 | 102 | 0.05 | 0.38 |
| Hex | 5F | 66 | 5C | 7 | 0 | A | 3C | 66 | 5 | 26 |
| Octal | 137 | 146 | 134 | 7 | 0 | 12 | 74 | 146 | 5 | 46 |
| Binary | 1011111 | 1100110 | 1011100 | 111 | 0 | 1010 | 111100 | 1100110 | 101 | 100110 |
Color Harmonies of #5F665C
Complementary color
Monochromatic Colors of #5F665C
Black with #5F665C
Text Example
Text Example
White with #5F665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F665C; }
p { color: rgb(95,102,92); }
H1.HeaderClassName
{
color: #5F665C;
}
.AnyTagClassName
{
color: #5F665C;
}
</style>
background-color css
<style>
a { background-color: #5F665C; }
a { background-color: rgb(95,102,92); }
div.DivClassName
{
background-color: #5F665C;
}
.BgClassName
{
background-color: #5F665C;
}
</style>
border-color css
<style>
span { border-color: #5F665C; }
span { border-color: rgb(95,102,92); }
td.TdClassName
{
border-color: #5F665C;
}
.TagClassName
{
border-color: #5F665C;
}
</style>