#5E9182

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

Shades of Patina #5E9182

Tints of Patina #5E9182

Color information

#5E9182 (or 0x5E9182) is unknown color: approx Patina. HEX triplet: 5E, 91 and 82. RGB value is (94,145,130). Sum of RGB (Red+Green+Blue) = 94+145+130=369 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.47% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 145 - color contains mainly: green. Hex color #5E9182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9182 is #A16E7D. Grayscale: #808080. Windows color (decimal): -10579582 or 8556894. OLE color: 8556894.

HSL color Cylindrical-coordinate representation of color #5E9182: hue angle of 162.35º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E9182 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB94145130-
CMYK0.3500.100.43
HSL162.35º21.34%46.86%-
HSV(B)162.35º35.17%56.86%-
XYZ18.7724.2424.81-
YUV128.04129.1103.72-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.47%
GREEN value IS 145 (57.03% from 255) = 39.30%
BLUE value IS 130 (51.17% from 255) = 35.23%
R=25.47%
G=39.30%
B=35.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal941451300.3500.100.43162.3521.3446.86
Hex5E9182230A2Ba2152f
Octal13622120243012532422557
Binary10111101001000110000010100011010101010111010001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,145,130); }

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

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

 a { background-color: rgb(94,145,130); }

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

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

 span { border-color: rgb(94,145,130); }

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