#5E9E89

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

Shades of Patina #5E9E89

Tints of Patina #5E9E89

Color information

#5E9E89 (or 0x5E9E89) is unknown color: approx Patina. HEX triplet: 5E, 9E and 89. RGB value is (94,158,137). Sum of RGB (Red+Green+Blue) = 94+158+137=389 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.16% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 158 - color contains mainly: green. Hex color #5E9E89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9E89 is #A16176. Grayscale: #888888. Windows color (decimal): -10576247 or 9018974. OLE color: 9018974.

HSL color Cylindrical-coordinate representation of color #5E9E89: hue angle of 160.31º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E9E89 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB94158137-
CMYK0.4100.130.38
HSL160.31º25.4%49.41%-
HSV(B)160.31º40.51%61.96%-
XYZ21.3628.6428.07-
YUV136.47128.397.71-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.16%
GREEN value IS 158 (62.11% from 255) = 40.62%
BLUE value IS 137 (53.91% from 255) = 35.22%
R=24.16%
G=40.62%
B=35.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal941581370.4100.130.38160.3125.449.41
Hex5E9E89290D26a01931
Octal13623621151015462403161
Binary10111101001111010001001101001011011001101010000011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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