#5EA489

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

Shades of Patina #5EA489

Tints of Patina #5EA489

Color information

#5EA489 (or 0x5EA489) is unknown color: approx Patina. HEX triplet: 5E, A4 and 89. RGB value is (94,164,137). Sum of RGB (Red+Green+Blue) = 94+164+137=395 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.80% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 164 - color contains mainly: green. Hex color #5EA489 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA489 is #A15B76. Grayscale: #8C8C8C. Windows color (decimal): -10574711 or 9020510. OLE color: 9020510.

HSL color Cylindrical-coordinate representation of color #5EA489: hue angle of 156.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5EA489 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB94164137-
CMYK0.4300.160.36
HSL156.86º27.78%50.59%-
HSV(B)156.86º42.68%64.31%-
XYZ22.4130.7428.42-
YUV139.99126.3195.2-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.80%
GREEN value IS 164 (64.45% from 255) = 41.52%
BLUE value IS 137 (53.91% from 255) = 34.68%
R=23.80%
G=41.52%
B=34.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal941641370.4300.160.36156.8627.7850.59
Hex5EA4892B010249d1c33
Octal13624421153020442353463
Binary101111010100100100010011010110100001001001001110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,164,137); }

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

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

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

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

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

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

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