Shades of Cactus #5C605A
Tints of Cactus #5C605A
RGB
CMYK
RGB Variations
Color information
#5C605A (or 0x5C605A) is known color: Cactus. HEX triplet: 5C, 60 and 5A. RGB value is (92,96,90). Sum of RGB (Red+Green+Blue) = 92+96+90=278 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.09% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 96 - color contains mainly: green. Hex color #5C605A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C605A is #A39FA5. Grayscale: #5E5E5E. Windows color (decimal): -10723238 or 5922908. OLE color: 5922908.
HSL color Cylindrical-coordinate representation of color #5C605A: hue angle of 100º degrees, saturation: 0.03, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5C605A is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 96 | 90 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.62 |
| HSL | 100º | 0.03% | 0.36% | - |
| HSV(B) | 100º | 0.06% | 0.38% | - |
| XYZ | 10.44 | 11.38 | 11.32 | - |
| YUV | 94.12 | 125.67 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 96 | 90 | 0.04 | 0 | 0.06 | 0.62 | 100 | 0.03 | 0.36 |
| Hex | 5C | 60 | 5A | 4 | 0 | 6 | 3E | 64 | 3 | 24 |
| Octal | 134 | 140 | 132 | 4 | 0 | 6 | 76 | 144 | 3 | 44 |
| Binary | 1011100 | 1100000 | 1011010 | 100 | 0 | 110 | 111110 | 1100100 | 11 | 100100 |
Color Harmonies of #5C605A
Complementary color
Monochromatic Colors of #5C605A
Black with #5C605A
Text Example
Text Example
White with #5C605A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C605A; }
p { color: rgb(92,96,90); }
H1.HeaderClassName
{
color: #5C605A;
}
.AnyTagClassName
{
color: #5C605A;
}
</style>
background-color css
<style>
a { background-color: #5C605A; }
a { background-color: rgb(92,96,90); }
div.DivClassName
{
background-color: #5C605A;
}
.BgClassName
{
background-color: #5C605A;
}
</style>
border-color css
<style>
span { border-color: #5C605A; }
span { border-color: rgb(92,96,90); }
td.TdClassName
{
border-color: #5C605A;
}
.TagClassName
{
border-color: #5C605A;
}
</style>