Shades of Cactus #5D625C
Tints of Cactus #5D625C
RGB
CMYK
RGB Variations
Color information
#5D625C (or 0x5D625C) is known color: Cactus. HEX triplet: 5D, 62 and 5C. RGB value is (93,98,92). Sum of RGB (Red+Green+Blue) = 93+98+92=283 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.86% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 98 - color contains mainly: green. Hex color #5D625C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D625C is #A29DA3. Grayscale: #5F5F5F. Windows color (decimal): -10657188 or 6054493. OLE color: 6054493.
HSL color Cylindrical-coordinate representation of color #5D625C: hue angle of 110º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5D625C is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 98 | 92 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.62 |
| HSL | 110º | 0.03% | 0.37% | - |
| HSV(B) | 110º | 0.06% | 0.38% | - |
| XYZ | 10.81 | 11.84 | 11.84 | - |
| YUV | 95.82 | 125.84 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 98 | 92 | 0.05 | 0 | 0.06 | 0.62 | 110 | 0.03 | 0.37 |
| Hex | 5D | 62 | 5C | 5 | 0 | 6 | 3E | 6E | 3 | 25 |
| Octal | 135 | 142 | 134 | 5 | 0 | 6 | 76 | 156 | 3 | 45 |
| Binary | 1011101 | 1100010 | 1011100 | 101 | 0 | 110 | 111110 | 1101110 | 11 | 100101 |
Color Harmonies of #5D625C
Complementary color
Monochromatic Colors of #5D625C
Black with #5D625C
Text Example
Text Example
White with #5D625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D625C; }
p { color: rgb(93,98,92); }
H1.HeaderClassName
{
color: #5D625C;
}
.AnyTagClassName
{
color: #5D625C;
}
</style>
background-color css
<style>
a { background-color: #5D625C; }
a { background-color: rgb(93,98,92); }
div.DivClassName
{
background-color: #5D625C;
}
.BgClassName
{
background-color: #5D625C;
}
</style>
border-color css
<style>
span { border-color: #5D625C; }
span { border-color: rgb(93,98,92); }
td.TdClassName
{
border-color: #5D625C;
}
.TagClassName
{
border-color: #5D625C;
}
</style>