#5E6659

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

Shades of Cactus #5E6659

Tints of Cactus #5E6659

Color information

#5E6659 (or 0x5E6659) is unknown color: approx Cactus. HEX triplet: 5E, 66 and 59. RGB value is (94,102,89). Sum of RGB (Red+Green+Blue) = 94+102+89=285 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.98% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 102 - color contains mainly: green. Hex color #5E6659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6659 is #A199A6. Grayscale: #626262. Windows color (decimal): -10590631 or 5858910. OLE color: 5858910.

HSL color Cylindrical-coordinate representation of color #5E6659: hue angle of 96.92º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5E6659 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.6.

Color convert

RGB9410289-
CMYK0.0800.130.6
HSL96.92º6.81%37.45%-
HSV(B)96.92º12.75%40%-
XYZ11.1712.611.3-
YUV98.13122.85125.06-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.98%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 89 (35.16% from 255) = 31.23%
R=32.98%
G=35.79%
B=31.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal94102890.0800.130.696.926.8137.45
Hex5E665980D3C61725
Octal1361461311001574141745
Binary1011110110011010110011000011011111001100001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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