#5E6859

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

Shades of Cactus #5E6859

Tints of Cactus #5E6859

Color information

#5E6859 (or 0x5E6859) is unknown color: approx Cactus. HEX triplet: 5E, 68 and 59. RGB value is (94,104,89). Sum of RGB (Red+Green+Blue) = 94+104+89=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 104 - color contains mainly: green. Hex color #5E6859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6859 is #A197A6. Grayscale: #636363. Windows color (decimal): -10590119 or 5859422. OLE color: 5859422.

HSL color Cylindrical-coordinate representation of color #5E6859: hue angle of 100º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5E6859 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB9410489-
CMYK0.1000.140.59
HSL100º7.77%37.84%-
HSV(B)100º14.42%40.78%-
XYZ11.371311.36-
YUV99.3122.19124.22-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.75%
GREEN value IS 104 (41.02% from 255) = 36.24%
BLUE value IS 89 (35.16% from 255) = 31.01%
R=32.75%
G=36.24%
B=31.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal94104890.1000.140.591007.7737.84
Hex5E6859A0E3B64826
Octal13615013112016731441046
Binary10111101101000101100110100111011101111001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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