#5E6E5B

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

Shades of Cactus #5E6E5B

Tints of Cactus #5E6E5B

Color information

#5E6E5B (or 0x5E6E5B) is unknown color: approx Cactus. HEX triplet: 5E, 6E and 5B. RGB value is (94,110,91). Sum of RGB (Red+Green+Blue) = 94+110+91=295 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.86% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 110 - color contains mainly: green. Hex color #5E6E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6E5B is #A191A4. Grayscale: #676767. Windows color (decimal): -10588581 or 5992030. OLE color: 5992030.

HSL color Cylindrical-coordinate representation of color #5E6E5B: hue angle of 110.53º 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 #5E6E5B is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB9411091-
CMYK0.1500.170.57
HSL110.53º9.45%39.41%-
HSV(B)110.53º17.27%43.14%-
XYZ12.0814.2912.02-
YUV103.05121.2121.54-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.86%
GREEN value IS 110 (43.36% from 255) = 37.29%
BLUE value IS 91 (35.94% from 255) = 30.85%
R=31.86%
G=37.29%
B=30.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal94110910.1500.170.57110.539.4539.41
Hex5E6E5BF011396f927
Octal13615613317021711571147
Binary101111011011101011011111101000111100111011111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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