#509D7F

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

Shades of Patina #509D7F

Tints of Patina #509D7F

Color information

#509D7F (or 0x509D7F) is unknown color: approx Patina. HEX triplet: 50, 9D and 7F. RGB value is (80,157,127). Sum of RGB (Red+Green+Blue) = 80+157+127=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 157 (61.72% from 255 or 43.13% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 157 - color contains mainly: green. Hex color #509D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509D7F is #AF6280. Grayscale: #828282. Windows color (decimal): -11494017 or 8363344. OLE color: 8363344.

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

Color convert

RGB80157127-
CMYK0.4900.190.38
HSL156.62º32.49%46.47%-
HSV(B)156.62º49.04%61.57%-
XYZ19.227.3524.35-
YUV130.56125.9991.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.98%
GREEN value IS 157 (61.72% from 255) = 43.13%
BLUE value IS 127 (50% from 255) = 34.89%
R=21.98%
G=43.13%
B=34.89%

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
Decimal801571270.4900.190.38156.6232.4946.47
Hex509D7F31013269d202e
Octal12023517761023462354056
Binary101000010011101111111111000101001110011010011101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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