Shades of Cactus #5D615B
Tints of Cactus #5D615B
RGB
CMYK
RGB Variations
Color information
#5D615B (or 0x5D615B) is known color: Cactus. HEX triplet: 5D, 61 and 5B. RGB value is (93,97,91). Sum of RGB (Red+Green+Blue) = 93+97+91=281 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.10% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 97 - color contains mainly: green. Hex color #5D615B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D615B is #A29EA4. Grayscale: #5F5F5F. Windows color (decimal): -10657445 or 5988701. OLE color: 5988701.
HSL color Cylindrical-coordinate representation of color #5D615B: hue angle of 100º 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 #5D615B is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
RGB | 93 | 97 | 91 | - |
CMYK | 0.04 | 0 | 0.06 | 0.62 |
HSL | 100º | 0.03% | 0.37% | - |
HSV(B) | 100º | 0.06% | 0.38% | - |
XYZ | 10.68 | 11.63 | 11.58 | - |
YUV | 95.12 | 125.67 | 126.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 93 | 97 | 91 | 0.04 | 0 | 0.06 | 0.62 | 100 | 0.03 | 0.37 |
Hex | 5D | 61 | 5B | 4 | 0 | 6 | 3E | 64 | 3 | 25 |
Octal | 135 | 141 | 133 | 4 | 0 | 6 | 76 | 144 | 3 | 45 |
Binary | 1011101 | 1100001 | 1011011 | 100 | 0 | 110 | 111110 | 1100100 | 11 | 100101 |
Color Harmonies of #5D615B
Complementary color
Monochromatic Colors of #5D615B
Black with #5D615B
Text Example
Text Example
White with #5D615B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D615B; }
p { color: rgb(93,97,91); }
H1.HeaderClassName
{
color: #5D615B;
}
.AnyTagClassName
{
color: #5D615B;
}
</style>
background-color css
<style>
a { background-color: #5D615B; }
a { background-color: rgb(93,97,91); }
div.DivClassName
{
background-color: #5D615B;
}
.BgClassName
{
background-color: #5D615B;
}
</style>
border-color css
<style>
span { border-color: #5D615B; }
span { border-color: rgb(93,97,91); }
td.TdClassName
{
border-color: #5D615B;
}
.TagClassName
{
border-color: #5D615B;
}
</style>