#5EB486

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

Shades of Silver Tree #5EB486

Tints of Silver Tree #5EB486

Color information

#5EB486 (or 0x5EB486) is unknown color: approx Silver Tree. HEX triplet: 5E, B4 and 86. RGB value is (94,180,134). Sum of RGB (Red+Green+Blue) = 94+180+134=408 (54% of max value = 765). Red value is 94 (37.11% from 255 or 23.04% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 134 (52.73% from 255 or 32.84% from 408); Max value from RGB is 180 - color contains mainly: green. Hex color #5EB486 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EB486 is #A14B79. Grayscale: #959595. Windows color (decimal): -10570618 or 8827998. OLE color: 8827998.

HSL color Cylindrical-coordinate representation of color #5EB486: hue angle of 147.91º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5EB486 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB94180134-
CMYK0.4800.260.29
HSL147.91º36.44%53.73%-
HSV(B)147.91º47.78%70.59%-
XYZ25.2436.7428.32-
YUV149.04119.5188.74-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.04%
GREEN value IS 180 (70.70% from 255) = 44.12%
BLUE value IS 134 (52.73% from 255) = 32.84%
R=23.04%
G=44.12%
B=32.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal941801340.4800.260.29147.9136.4453.73
Hex5EB4863001A1D942436
Octal13626420660032352244466
Binary101111010110100100001101100000110101110110010100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,180,134); }

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

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

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

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

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

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

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