#5e877e

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

Shades of Patina #5E877E

Tints of Patina #5E877E

Color information

#5E877E (or 0x5E877E) is unknown color: approx Patina. HEX triplet: 5E, 87 and 7E. RGB value is (94,135,126). Sum of RGB (Red+Green+Blue) = 94+135+126=355 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.48% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 135 - color contains mainly: green. Hex color #5E877E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E877E is #A17881. Grayscale: #797979. Windows color (decimal): -10582146 or 8292190. OLE color: 8292190.

HSL color Cylindrical-coordinate representation of color #5E877E: hue angle of 166.83º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E877E is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB94135126-
CMYK0.3000.070.47
HSL166.83º17.9%44.9%-
HSV(B)166.83º30.37%52.94%-
XYZ17.0521.2122.93-
YUV121.71130.42108.23-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.48%
GREEN value IS 135 (53.12% from 255) = 38.03%
BLUE value IS 126 (49.61% from 255) = 35.49%
R=26.48%
G=38.03%
B=35.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal941351260.3000.070.47166.8317.944.9
Hex5E877E1E072Fa7122d
Octal1362071763607572472255
Binary10111101000011111111101111001111011111010011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e877e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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