Shades of Cactus #5D675A
Tints of Cactus #5D675A
RGB
CMYK
RGB Variations
Color information
#5D675A (or 0x5D675A) is known color: Cactus. HEX triplet: 5D, 67 and 5A. RGB value is (93,103,90). Sum of RGB (Red+Green+Blue) = 93+103+90=286 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.52% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 103 - color contains mainly: green. Hex color #5D675A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D675A is #A298A5. Grayscale: #626262. Windows color (decimal): -10655910 or 5924701. OLE color: 5924701.
HSL color Cylindrical-coordinate representation of color #5D675A: hue angle of 106.15º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5D675A is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 103 | 90 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.60 |
| HSL | 106.15º | 0.07% | 0.38% | - |
| HSV(B) | 106.15º | 0.13% | 0.4% | - |
| XYZ | 11.21 | 12.77 | 11.55 | - |
| YUV | 98.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 103 | 90 | 0.10 | 0 | 0.13 | 0.60 | 106.15 | 0.07 | 0.38 |
| Hex | 5D | 67 | 5A | A | 0 | D | 3C | 6A | 7 | 26 |
| Octal | 135 | 147 | 132 | 12 | 0 | 15 | 74 | 152 | 7 | 46 |
| Binary | 1011101 | 1100111 | 1011010 | 1010 | 0 | 1101 | 111100 | 1101010 | 111 | 100110 |
Color Harmonies of #5D675A
Complementary color
Monochromatic Colors of #5D675A
Black with #5D675A
Text Example
Text Example
White with #5D675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D675A; }
p { color: rgb(93,103,90); }
H1.HeaderClassName
{
color: #5D675A;
}
.AnyTagClassName
{
color: #5D675A;
}
</style>
background-color css
<style>
a { background-color: #5D675A; }
a { background-color: rgb(93,103,90); }
div.DivClassName
{
background-color: #5D675A;
}
.BgClassName
{
background-color: #5D675A;
}
</style>
border-color css
<style>
span { border-color: #5D675A; }
span { border-color: rgb(93,103,90); }
td.TdClassName
{
border-color: #5D675A;
}
.TagClassName
{
border-color: #5D675A;
}
</style>