#5EA584

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

Shades of Patina #5EA584

Tints of Patina #5EA584

Color information

#5EA584 (or 0x5EA584) is unknown color: approx Patina. HEX triplet: 5E, A5 and 84. RGB value is (94,165,132). Sum of RGB (Red+Green+Blue) = 94+165+132=391 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.04% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 165 - color contains mainly: green. Hex color #5EA584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA584 is #A15A7B. Grayscale: #8C8C8C. Windows color (decimal): -10574460 or 8693086. OLE color: 8693086.

HSL color Cylindrical-coordinate representation of color #5EA584: hue angle of 152.11º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5EA584 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB94165132-
CMYK0.4300.200.35
HSL152.11º28.29%50.78%-
HSV(B)152.11º43.03%64.71%-
XYZ22.2430.9626.63-
YUV140.01123.4895.18-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.04%
GREEN value IS 165 (64.84% from 255) = 42.20%
BLUE value IS 132 (51.95% from 255) = 33.76%
R=24.04%
G=42.20%
B=33.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal941651320.4300.200.35152.1128.2950.78
Hex5EA5842B01423981c33
Octal13624520453024432303463
Binary101111010100101100001001010110101001000111001100011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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