Shades of Cactus #5D645A
Tints of Cactus #5D645A
RGB
CMYK
RGB Variations
Color information
#5D645A (or 0x5D645A) is known color: Cactus. HEX triplet: 5D, 64 and 5A. RGB value is (93,100,90). Sum of RGB (Red+Green+Blue) = 93+100+90=283 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.86% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 100 - color contains mainly: green. Hex color #5D645A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D645A is #A29BA5. Grayscale: #606060. Windows color (decimal): -10656678 or 5923933. OLE color: 5923933.
HSL color Cylindrical-coordinate representation of color #5D645A: hue angle of 102º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5D645A is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 93 | 100 | 90 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.61 |
| HSL | 102º | 0.05% | 0.37% | - |
| HSV(B) | 102º | 0.1% | 0.39% | - |
| XYZ | 10.92 | 12.18 | 11.45 | - |
| YUV | 96.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 100 | 90 | 0.07 | 0 | 0.10 | 0.61 | 102 | 0.05 | 0.37 |
| Hex | 5D | 64 | 5A | 7 | 0 | A | 3D | 66 | 5 | 25 |
| Octal | 135 | 144 | 132 | 7 | 0 | 12 | 75 | 146 | 5 | 45 |
| Binary | 1011101 | 1100100 | 1011010 | 111 | 0 | 1010 | 111101 | 1100110 | 101 | 100101 |
Color Harmonies of #5D645A
Complementary color
Monochromatic Colors of #5D645A
Black with #5D645A
Text Example
Text Example
White with #5D645A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D645A; }
p { color: rgb(93,100,90); }
H1.HeaderClassName
{
color: #5D645A;
}
.AnyTagClassName
{
color: #5D645A;
}
</style>
background-color css
<style>
a { background-color: #5D645A; }
a { background-color: rgb(93,100,90); }
div.DivClassName
{
background-color: #5D645A;
}
.BgClassName
{
background-color: #5D645A;
}
</style>
border-color css
<style>
span { border-color: #5D645A; }
span { border-color: rgb(93,100,90); }
td.TdClassName
{
border-color: #5D645A;
}
.TagClassName
{
border-color: #5D645A;
}
</style>