Shades of Cactus #5B625A
Tints of Cactus #5B625A
RGB
CMYK
RGB Variations
Color information
#5B625A (or 0x5B625A) is known color: Cactus. HEX triplet: 5B, 62 and 5A. RGB value is (91,98,90). Sum of RGB (Red+Green+Blue) = 91+98+90=279 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.62% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 98 - color contains mainly: green. Hex color #5B625A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B625A is #A49DA5. Grayscale: #5F5F5F. Windows color (decimal): -10788262 or 5923419. OLE color: 5923419.
HSL color Cylindrical-coordinate representation of color #5B625A: hue angle of 112.5º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5B625A is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 98 | 90 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.62 |
| HSL | 112.5º | 0.04% | 0.37% | - |
| HSV(B) | 112.5º | 0.08% | 0.38% | - |
| XYZ | 10.53 | 11.7 | 11.38 | - |
| YUV | 95 | 125.18 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 98 | 90 | 0.07 | 0 | 0.08 | 0.62 | 112.5 | 0.04 | 0.37 |
| Hex | 5B | 62 | 5A | 7 | 0 | 8 | 3E | 70 | 4 | 25 |
| Octal | 133 | 142 | 132 | 7 | 0 | 10 | 76 | 160 | 4 | 45 |
| Binary | 1011011 | 1100010 | 1011010 | 111 | 0 | 1000 | 111110 | 1110000 | 100 | 100101 |
Color Harmonies of #5B625A
Complementary color
Monochromatic Colors of #5B625A
Black with #5B625A
Text Example
Text Example
White with #5B625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B625A; }
p { color: rgb(91,98,90); }
H1.HeaderClassName
{
color: #5B625A;
}
.AnyTagClassName
{
color: #5B625A;
}
</style>
background-color css
<style>
a { background-color: #5B625A; }
a { background-color: rgb(91,98,90); }
div.DivClassName
{
background-color: #5B625A;
}
.BgClassName
{
background-color: #5B625A;
}
</style>
border-color css
<style>
span { border-color: #5B625A; }
span { border-color: rgb(91,98,90); }
td.TdClassName
{
border-color: #5B625A;
}
.TagClassName
{
border-color: #5B625A;
}
</style>