Html Css Color HEX #509B80 Patina

📋 copy color: '#509B80'

red 80 ◦ green 155 ◦ blue 128

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

Shades of Patina #509B80

Tints of Patina #509B80

RGB

 RED value IS 80 (31.64% from 255) = 22.04%

 GREEN value IS 155 (60.94% from 255) = 42.7%

 BLUE value IS 128 (50.39% from 255) = 35.26%

R = 22.04%
G = 42.7%
B = 35.26%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#509B80 (or 0x509B80) is known color: Patina. HEX triplet: 50, 9B and 80. RGB value is (80,155,128). Sum of RGB (Red+Green+Blue) = 80+155+128=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 155 - color contains mainly: green. Hex color #509B80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509B80 is #AF647F. Grayscale: #818181. Windows color (decimal): -11494528 or 8428368. OLE color: 8428368.

HSL color Cylindrical-coordinate representation of color #509B80: hue angle of 158.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509B80 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 155 128 -
CMYK 0.48 0 0.17 0.39
HSL 158.4º 0.32% 0.46% -
HSV(B) 158.4º 0.48% 0.61% -
XYZ 18.93 26.71 24.58 -
YUV 129.5 127.15 92.7 -
System Red Green Blue C M Y K H S L
Decimal 80 155 128 0.48 0 0.17 0.39 158.4 0.32 0.46
Hex 50 9B 80 30 0 11 27 9E 20 2E
Octal 120 233 200 60 0 21 47 236 40 56
Binary 1010000 10011011 10000000 110000 0 10001 100111 10011110 100000 101110

Color Harmonies of #509B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509B80

Black with #509B80

Text Example


Text Example

White with #509B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #509B80;
 }
 .AnyTagClassName
 {
   color: #509B80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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