#5E9384

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

Shades of Patina #5E9384

Tints of Patina #5E9384

Color information

#5E9384 (or 0x5E9384) is unknown color: approx Patina. HEX triplet: 5E, 93 and 84. RGB value is (94,147,132). Sum of RGB (Red+Green+Blue) = 94+147+132=373 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.20% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 147 - color contains mainly: green. Hex color #5E9384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9384 is #A16C7B. Grayscale: #818181. Windows color (decimal): -10579068 or 8688478. OLE color: 8688478.

HSL color Cylindrical-coordinate representation of color #5E9384: hue angle of 163.02º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E9384 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB94147132-
CMYK0.3600.100.42
HSL163.02º21.99%47.25%-
HSV(B)163.02º36.05%57.65%-
XYZ19.2124.9125.63-
YUV129.44129.44102.72-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.20%
GREEN value IS 147 (57.81% from 255) = 39.41%
BLUE value IS 132 (51.95% from 255) = 35.39%
R=25.20%
G=39.41%
B=35.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal941471320.3600.100.42163.0221.9947.25
Hex5E9384240A2Aa3162f
Octal13622320444012522432657
Binary10111101001001110000100100100010101010101010001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,147,132); }

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

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

 a { background-color: rgb(94,147,132); }

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

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

 span { border-color: rgb(94,147,132); }

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