#5E8D87

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

Shades of Patina #5E8D87

Tints of Patina #5E8D87

Color information

#5E8D87 (or 0x5E8D87) is unknown color: approx Patina. HEX triplet: 5E, 8D and 87. RGB value is (94,141,135). Sum of RGB (Red+Green+Blue) = 94+141+135=370 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.41% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 135 (53.12% from 255 or 36.49% from 370); Max value from RGB is 141 - color contains mainly: green. Hex color #5E8D87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8D87 is #A17278. Grayscale: #7E7E7E. Windows color (decimal): -10580601 or 8883550. OLE color: 8883550.

HSL color Cylindrical-coordinate representation of color #5E8D87: hue angle of 172.34º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5E8D87 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB94141135-
CMYK0.3300.040.45
HSL172.34º20%46.08%-
HSV(B)172.34º33.33%55.29%-
XYZ18.5123.1826.42-
YUV126.26132.93104.99-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.41%
GREEN value IS 141 (55.47% from 255) = 38.11%
BLUE value IS 135 (53.12% from 255) = 36.49%
R=25.41%
G=38.11%
B=36.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal941411350.3300.040.45172.342046.08
Hex5E8D8721042Dac142e
Octal1362152074104552542456
Binary1011110100011011000011110000101001011011010110010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,141,135); }

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

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

 a { background-color: rgb(94,141,135); }

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

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

 span { border-color: rgb(94,141,135); }

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