#5E9C89

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

Shades of Patina #5E9C89

Tints of Patina #5E9C89

Color information

#5E9C89 (or 0x5E9C89) is unknown color: approx Patina. HEX triplet: 5E, 9C and 89. RGB value is (94,156,137). Sum of RGB (Red+Green+Blue) = 94+156+137=387 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.29% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 156 - color contains mainly: green. Hex color #5E9C89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9C89 is #A16376. Grayscale: #878787. Windows color (decimal): -10576759 or 9018462. OLE color: 9018462.

HSL color Cylindrical-coordinate representation of color #5E9C89: hue angle of 161.61º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E9C89 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB94156137-
CMYK0.4000.120.39
HSL161.61º24.8%49.02%-
HSV(B)161.61º39.74%61.18%-
XYZ21.0227.9627.96-
YUV135.3128.9698.54-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.29%
GREEN value IS 156 (61.33% from 255) = 40.31%
BLUE value IS 137 (53.91% from 255) = 35.40%
R=24.29%
G=40.31%
B=35.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal941561370.4000.120.39161.6124.849.02
Hex5E9C89280C27a21931
Octal13623421150014472423161
Binary10111101001110010001001101000011001001111010001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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