#5E6B59

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

Shades of Cactus #5E6B59

Tints of Cactus #5E6B59

Color information

#5E6B59 (or 0x5E6B59) is unknown color: approx Cactus. HEX triplet: 5E, 6B and 59. RGB value is (94,107,89). Sum of RGB (Red+Green+Blue) = 94+107+89=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 89 (35.16% from 255 or 30.69% from 290); Max value from RGB is 107 - color contains mainly: green. Hex color #5E6B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6B59 is #A194A6. Grayscale: #656565. Windows color (decimal): -10589351 or 5860190. OLE color: 5860190.

HSL color Cylindrical-coordinate representation of color #5E6B59: hue angle of 103.33º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5E6B59 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB9410789-
CMYK0.1200.170.58
HSL103.33º9.18%38.43%-
HSV(B)103.33º16.82%41.96%-
XYZ11.6813.6211.46-
YUV101.06121.19122.96-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.41%
GREEN value IS 107 (42.19% from 255) = 36.90%
BLUE value IS 89 (35.16% from 255) = 30.69%
R=32.41%
G=36.90%
B=30.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal94107890.1200.170.58103.339.1838.43
Hex5E6B59C0113A67926
Octal13615313114021721471146
Binary101111011010111011001110001000111101011001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,107,89); }

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

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

 a { background-color: rgb(94,107,89); }

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

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

 span { border-color: rgb(94,107,89); }

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