Html Css Color HEX #509E80 Patina

📋 copy color: '#509E80'

red 80 ◦ green 158 ◦ blue 128

#509E80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #509E80

Tints of Patina #509E80

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 value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#509E80 (or 0x509E80) is known color: 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

RGB 80 158 128 -
CMYK 0.49 0 0.19 0.38
HSL 156.92º 0.33% 0.47% -
HSV(B) 156.92º 0.49% 0.62% -
XYZ 19.43 27.72 24.75 -
YUV 131.26 126.16 91.44 -
System Red Green Blue C M Y K H S L
Decimal 80 158 128 0.49 0 0.19 0.38 156.92 0.33 0.47
Hex 50 9E 80 31 0 13 26 9D 21 2F
Octal 120 236 200 61 0 23 46 235 41 57
Binary 1010000 10011110 10000000 110001 0 10011 100110 10011101 100001 101111

Color Harmonies of #509E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509E80

Black with #509E80

Text Example


Text Example

White with #509E80

Text Example


Text Example

HTML Codes & Css Web 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>