Shades of Cactus #5B6758
Tints of Cactus #5B6758
RGB
CMYK
RGB Variations
Color information
#5B6758 (or 0x5B6758) is known color: Cactus. HEX triplet: 5B, 67 and 58. RGB value is (91,103,88). Sum of RGB (Red+Green+Blue) = 91+103+88=282 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.27% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 103 - color contains mainly: green. Hex color #5B6758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6758 is #A498A7. Grayscale: #616161. Windows color (decimal): -10786984 or 5793627. OLE color: 5793627.
HSL color Cylindrical-coordinate representation of color #5B6758: hue angle of 108º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5B6758 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 103 | 88 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.60 |
| HSL | 108º | 0.08% | 0.37% | - |
| HSV(B) | 108º | 0.15% | 0.4% | - |
| XYZ | 10.93 | 12.63 | 11.09 | - |
| YUV | 97.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 103 | 88 | 0.12 | 0 | 0.15 | 0.60 | 108 | 0.08 | 0.37 |
| Hex | 5B | 67 | 58 | C | 0 | F | 3C | 6C | 8 | 25 |
| Octal | 133 | 147 | 130 | 14 | 0 | 17 | 74 | 154 | 10 | 45 |
| Binary | 1011011 | 1100111 | 1011000 | 1100 | 0 | 1111 | 111100 | 1101100 | 1000 | 100101 |
Color Harmonies of #5B6758
Complementary color
Monochromatic Colors of #5B6758
Black with #5B6758
Text Example
Text Example
White with #5B6758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6758; }
p { color: rgb(91,103,88); }
H1.HeaderClassName
{
color: #5B6758;
}
.AnyTagClassName
{
color: #5B6758;
}
</style>
background-color css
<style>
a { background-color: #5B6758; }
a { background-color: rgb(91,103,88); }
div.DivClassName
{
background-color: #5B6758;
}
.BgClassName
{
background-color: #5B6758;
}
</style>
border-color css
<style>
span { border-color: #5B6758; }
span { border-color: rgb(91,103,88); }
td.TdClassName
{
border-color: #5B6758;
}
.TagClassName
{
border-color: #5B6758;
}
</style>