#5DA080

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

Shades of Patina #5DA080

Tints of Patina #5DA080

Color information

#5DA080 (or 0x5DA080) is unknown color: approx Patina. HEX triplet: 5D, A0 and 80. RGB value is (93,160,128). Sum of RGB (Red+Green+Blue) = 93+160+128=381 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.41% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA080 is #A25F7F. Grayscale: #888888. Windows color (decimal): -10641280 or 8429661. OLE color: 8429661.

HSL color Cylindrical-coordinate representation of color #5DA080: hue angle of 151.34º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5DA080 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB93160128-
CMYK0.4200.200.37
HSL151.34º26.48%49.61%-
HSV(B)151.34º41.87%62.75%-
XYZ20.9829.0324.92-
YUV136.32123.397.1-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.41%
GREEN value IS 160 (62.89% from 255) = 41.99%
BLUE value IS 128 (50.39% from 255) = 33.60%
R=24.41%
G=41.99%
B=33.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal931601280.4200.200.37151.3426.4849.61
Hex5DA0802A01425971a32
Octal13524020052024452273262
Binary101110110100000100000001010100101001001011001011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,160,128); }

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

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

 a { background-color: rgb(93,160,128); }

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

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

 span { border-color: rgb(93,160,128); }

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