#5DA387

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

Shades of Patina #5DA387

Tints of Patina #5DA387

Color information

#5DA387 (or 0x5DA387) is unknown color: approx Patina. HEX triplet: 5D, A3 and 87. RGB value is (93,163,135). Sum of RGB (Red+Green+Blue) = 93+163+135=391 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.79% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 163 - color contains mainly: green. Hex color #5DA387 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA387 is #A25C78. Grayscale: #8A8A8A. Windows color (decimal): -10640505 or 8889181. OLE color: 8889181.

HSL color Cylindrical-coordinate representation of color #5DA387: hue angle of 156º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5DA387 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB93163135-
CMYK0.4300.170.36
HSL156º27.56%50.2%-
HSV(B)156º42.94%63.92%-
XYZ21.9830.2727.61-
YUV138.88125.8195.28-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.79%
GREEN value IS 163 (64.06% from 255) = 41.69%
BLUE value IS 135 (53.12% from 255) = 34.53%
R=23.79%
G=41.69%
B=34.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal931631350.4300.170.3615627.5650.2
Hex5DA3872B011249c1c32
Octal13524320753021442343462
Binary101110110100011100001111010110100011001001001110011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,163,135); }

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

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

 a { background-color: rgb(93,163,135); }

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

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

 span { border-color: rgb(93,163,135); }

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