Shades of Cactus #5C6F51
Tints of Cactus #5C6F51
RGB
CMYK
RGB Variations
Color information
#5C6F51 (or 0x5C6F51) is known color: Cactus. HEX triplet: 5C, 6F and 51. RGB value is (92,111,81). Sum of RGB (Red+Green+Blue) = 92+111+81=284 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.39% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 111 - color contains mainly: green. Hex color #5C6F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6F51 is #A390AE. Grayscale: #656565. Windows color (decimal): -10719407 or 5336924. OLE color: 5336924.
HSL color Cylindrical-coordinate representation of color #5C6F51: hue angle of 98º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5C6F51 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 111 | 81 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.56 |
| HSL | 98º | 0.16% | 0.38% | - |
| HSV(B) | 98º | 0.27% | 0.44% | - |
| XYZ | 11.58 | 14.24 | 9.92 | - |
| YUV | 101.9 | 116.21 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 111 | 81 | 0.17 | 0 | 0.27 | 0.56 | 98 | 0.16 | 0.38 |
| Hex | 5C | 6F | 51 | 11 | 0 | 1B | 38 | 62 | 10 | 26 |
| Octal | 134 | 157 | 121 | 21 | 0 | 33 | 70 | 142 | 20 | 46 |
| Binary | 1011100 | 1101111 | 1010001 | 10001 | 0 | 11011 | 111000 | 1100010 | 10000 | 100110 |
Color Harmonies of #5C6F51
Complementary color
Monochromatic Colors of #5C6F51
Black with #5C6F51
Text Example
Text Example
White with #5C6F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6F51; }
p { color: rgb(92,111,81); }
H1.HeaderClassName
{
color: #5C6F51;
}
.AnyTagClassName
{
color: #5C6F51;
}
</style>
background-color css
<style>
a { background-color: #5C6F51; }
a { background-color: rgb(92,111,81); }
div.DivClassName
{
background-color: #5C6F51;
}
.BgClassName
{
background-color: #5C6F51;
}
</style>
border-color css
<style>
span { border-color: #5C6F51; }
span { border-color: rgb(92,111,81); }
td.TdClassName
{
border-color: #5C6F51;
}
.TagClassName
{
border-color: #5C6F51;
}
</style>