#509F82

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

Shades of Patina #509F82

Tints of Patina #509F82

Color information

#509F82 (or 0x509F82) is unknown color: approx Patina. HEX triplet: 50, 9F and 82. RGB value is (80,159,130). Sum of RGB (Red+Green+Blue) = 80+159+130=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 159 (62.5% from 255 or 43.09% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 159 - color contains mainly: green. Hex color #509F82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509F82 is #AF607D. Grayscale: #848484. Windows color (decimal): -11493502 or 8560464. OLE color: 8560464.

HSL color Cylindrical-coordinate representation of color #509F82: hue angle of 157.97º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #509F82 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB80159130-
CMYK0.5000.180.38
HSL157.97º33.05%46.86%-
HSV(B)157.97º49.69%62.35%-
XYZ19.7428.1125.51-
YUV132.07126.8390.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.68%
GREEN value IS 159 (62.5% from 255) = 43.09%
BLUE value IS 130 (51.17% from 255) = 35.23%
R=21.68%
G=43.09%
B=35.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801591300.5000.180.38157.9733.0546.86
Hex509F8232012269e212f
Octal12023720262022462364157
Binary1010000100111111000001011001001001010011010011110100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,159,130); }

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

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

 a { background-color: rgb(80,159,130); }

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

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

 span { border-color: rgb(80,159,130); }

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