#5E685E

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

Shades of Cactus #5E685E

Tints of Cactus #5E685E

Color information

#5E685E (or 0x5E685E) is unknown color: approx Cactus. HEX triplet: 5E, 68 and 5E. RGB value is (94,104,94). Sum of RGB (Red+Green+Blue) = 94+104+94=292 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.19% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 104 - color contains mainly: green. Hex color #5E685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E685E is #A197A1. Grayscale: #636363. Windows color (decimal): -10590114 or 6187102. OLE color: 6187102.

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

Color convert

RGB9410494-
CMYK0.1000.100.59
HSL120º5.05%38.82%-
HSV(B)120º9.62%40.78%-
XYZ11.5913.0912.51-
YUV99.87124.69123.81-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.19%
GREEN value IS 104 (41.02% from 255) = 35.62%
BLUE value IS 94 (37.11% from 255) = 32.19%
R=32.19%
G=35.62%
B=32.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal94104940.1000.100.591205.0538.82
Hex5E685EA0A3B78527
Octal1361501361201273170547
Binary1011110110100010111101010010101110111111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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