Shades of Cactus #5E6A5E
Tints of Cactus #5E6A5E
RGB
CMYK
RGB Variations
Color information
#5E6A5E (or 0x5E6A5E) is known color: Cactus. HEX triplet: 5E, 6A and 5E. RGB value is (94,106,94). Sum of RGB (Red+Green+Blue) = 94+106+94=294 (38% of max value = 765). Red value is 94 (37.11% from 255 or 31.97% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 106 - color contains mainly: green. Hex color #5E6A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6A5E is #A195A1. Grayscale: #656565. Windows color (decimal): -10589602 or 6187614. OLE color: 6187614.
HSL color Cylindrical-coordinate representation of color #5E6A5E: hue angle of 120º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5E6A5E is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
RGB | 94 | 106 | 94 | - |
CMYK | 0.11 | 0 | 0.11 | 0.58 |
HSL | 120º | 0.06% | 0.39% | - |
HSV(B) | 120º | 0.11% | 0.42% | - |
XYZ | 11.79 | 13.5 | 12.57 | - |
YUV | 101.04 | 124.02 | 122.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 106 | 94 | 0.11 | 0 | 0.11 | 0.58 | 120 | 0.06 | 0.39 |
Hex | 5E | 6A | 5E | B | 0 | B | 3A | 78 | 6 | 27 |
Octal | 136 | 152 | 136 | 13 | 0 | 13 | 72 | 170 | 6 | 47 |
Binary | 1011110 | 1101010 | 1011110 | 1011 | 0 | 1011 | 111010 | 1111000 | 110 | 100111 |
Color Harmonies of #5E6A5E
Complementary color
Monochromatic Colors of #5E6A5E
Black with #5E6A5E
Text Example
Text Example
White with #5E6A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6A5E; }
p { color: rgb(94,106,94); }
H1.HeaderClassName
{
color: #5E6A5E;
}
.AnyTagClassName
{
color: #5E6A5E;
}
</style>
background-color css
<style>
a { background-color: #5E6A5E; }
a { background-color: rgb(94,106,94); }
div.DivClassName
{
background-color: #5E6A5E;
}
.BgClassName
{
background-color: #5E6A5E;
}
</style>
border-color css
<style>
span { border-color: #5E6A5E; }
span { border-color: rgb(94,106,94); }
td.TdClassName
{
border-color: #5E6A5E;
}
.TagClassName
{
border-color: #5E6A5E;
}
</style>