#509B7F

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

Shades of Patina #509B7F

Tints of Patina #509B7F

Color information

#509B7F (or 0x509B7F) is unknown color: approx Patina. HEX triplet: 50, 9B and 7F. RGB value is (80,155,127). Sum of RGB (Red+Green+Blue) = 80+155+127=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 155 - color contains mainly: green. Hex color #509B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509B7F is #AF6480. Grayscale: #818181. Windows color (decimal): -11494529 or 8362832. OLE color: 8362832.

HSL color Cylindrical-coordinate representation of color #509B7F: hue angle of 157.6º 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 #509B7F is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB80155127-
CMYK0.4800.180.39
HSL157.6º31.91%46.08%-
HSV(B)157.6º48.39%60.78%-
XYZ18.8626.6824.23-
YUV129.38126.6592.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.10%
GREEN value IS 155 (60.94% from 255) = 42.82%
BLUE value IS 127 (50% from 255) = 35.08%
R=22.10%
G=42.82%
B=35.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal801551270.4800.180.39157.631.9146.08
Hex509B7F30012279e202e
Octal12023317760022472364056
Binary101000010011011111111111000001001010011110011110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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