#509E80

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

Shades of Patina #509E80

Tints of Patina #509E80

Color information

#509E80 (or 0x509E80) is unknown color: approx Patina. HEX triplet: 50, 9E and 80. RGB value is (80,158,128). Sum of RGB (Red+Green+Blue) = 80+158+128=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 158 (62.11% from 255 or 43.17% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 158 - color contains mainly: green. Hex color #509E80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509E80 is #AF617F. Grayscale: #838383. Windows color (decimal): -11493760 or 8429136. OLE color: 8429136.

HSL color Cylindrical-coordinate representation of color #509E80: hue angle of 156.92º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509E80 is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB80158128-
CMYK0.4900.190.38
HSL156.92º32.77%46.67%-
HSV(B)156.92º49.37%61.96%-
XYZ19.4327.7224.75-
YUV131.26126.1691.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.86%
GREEN value IS 158 (62.11% from 255) = 43.17%
BLUE value IS 128 (50.39% from 255) = 34.97%
R=21.86%
G=43.17%
B=34.97%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801581280.4900.190.38156.9232.7746.67
Hex509E8031013269d212f
Octal12023620061023462354157
Binary1010000100111101000000011000101001110011010011101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509E80; }

 p { color: rgb(80,158,128); }

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

<style>
 a { background-color: #509E80; }

 a { background-color: rgb(80,158,128); }

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

<style>
 span { border-color: #509E80; }

 span { border-color: rgb(80,158,128); }

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