#5E9C88

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

Shades of Patina #5E9C88

Tints of Patina #5E9C88

Color information

#5E9C88 (or 0x5E9C88) is unknown color: approx Patina. HEX triplet: 5E, 9C and 88. RGB value is (94,156,136). Sum of RGB (Red+Green+Blue) = 94+156+136=386 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.35% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 156 - color contains mainly: green. Hex color #5E9C88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9C88 is #A16377. Grayscale: #878787. Windows color (decimal): -10576760 or 8952926. OLE color: 8952926.

HSL color Cylindrical-coordinate representation of color #5E9C88: hue angle of 160.65º 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 #5E9C88 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB94156136-
CMYK0.4000.130.39
HSL160.65º24.8%49.02%-
HSV(B)160.65º39.74%61.18%-
XYZ20.9527.9327.58-
YUV135.18128.4698.63-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.35%
GREEN value IS 156 (61.33% from 255) = 40.41%
BLUE value IS 136 (53.52% from 255) = 35.23%
R=24.35%
G=40.41%
B=35.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal941561360.4000.130.39160.6524.849.02
Hex5E9C88280D27a11931
Octal13623421050015472413161
Binary10111101001110010001000101000011011001111010000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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