#509B80

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

Shades of Patina #509B80

Tints of Patina #509B80

Color information

#509B80 (or 0x509B80) is unknown color: approx 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

RGB80155128-
CMYK0.4800.170.39
HSL158.4º31.91%46.08%-
HSV(B)158.4º48.39%60.78%-
XYZ18.9326.7124.58-
YUV129.5127.1592.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.04%
GREEN value IS 155 (60.94% from 255) = 42.70%
BLUE value IS 128 (50.39% from 255) = 35.26%
R=22.04%
G=42.70%
B=35.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal801551280.4800.170.39158.431.9146.08
Hex509B8030011279e202e
Octal12023320060021472364056
Binary1010000100110111000000011000001000110011110011110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>