#5E6D5B

Color #5E6D5B Cactus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cactus #5E6D5B

Tints of Cactus #5E6D5B

Color information

#5E6D5B (or 0x5E6D5B) is unknown color: approx Cactus. HEX triplet: 5E, 6D and 5B. RGB value is (94,109,91). Sum of RGB (Red+Green+Blue) = 94+109+91=294 (38% of max value = 765). Red value is 94 (37.11% from 255 or 31.97% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 109 - color contains mainly: green. Hex color #5E6D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6D5B is #A192A4. Grayscale: #666666. Windows color (decimal): -10588837 or 5991774. OLE color: 5991774.

HSL color Cylindrical-coordinate representation of color #5E6D5B: hue angle of 110º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5E6D5B is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB9410991-
CMYK0.1400.170.57
HSL110º9%39.22%-
HSV(B)110º16.51%42.75%-
XYZ11.9714.0711.98-
YUV102.46121.53121.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 94 (37.11% from 255) = 31.97%
GREEN value IS 109 (42.97% from 255) = 37.07%
BLUE value IS 91 (35.94% from 255) = 30.95%
R=31.97%
G=37.07%
B=30.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal94109910.1400.170.57110939.22
Hex5E6D5BE011396e927
Octal13615513316021711561147
Binary101111011011011011011111001000111100111011101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E6D5B; }

 p { color: rgb(94,109,91); }

 H1.HeaderClassName
 {
   color: #5E6D5B;
 }
 .AnyTagClassName
 {
   color: #5E6D5B;
 }
</style>
background-color css

<style>
 a { background-color: #5E6D5B; }

 a { background-color: rgb(94,109,91); }

 div.DivClassName
 {
   background-color: #5E6D5B;
 }
 .BgClassName
 {
   background-color: #5E6D5B;
 }
</style>
border-color css

<style>
 span { border-color: #5E6D5B; }

 span { border-color: rgb(94,109,91); }

 td.TdClassName
 {
   border-color: #5E6D5B;
 }
 .TagClassName
 {
   border-color: #5E6D5B;
 }
</style>