#509C80

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

Shades of Patina #509C80

Tints of Patina #509C80

Color information

#509C80 (or 0x509C80) is unknown color: approx Patina. HEX triplet: 50, 9C and 80. RGB value is (80,156,128). Sum of RGB (Red+Green+Blue) = 80+156+128=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 156 - color contains mainly: green. Hex color #509C80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509C80 is #AF637F. Grayscale: #828282. Windows color (decimal): -11494272 or 8428624. OLE color: 8428624.

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

Color convert

RGB80156128-
CMYK0.4900.180.39
HSL157.89º32.2%46.27%-
HSV(B)157.89º48.72%61.18%-
XYZ19.0927.0424.64-
YUV130.08126.8292.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.98%
GREEN value IS 156 (61.33% from 255) = 42.86%
BLUE value IS 128 (50.39% from 255) = 35.16%
R=21.98%
G=42.86%
B=35.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal801561280.4900.180.39157.8932.246.27
Hex509C8031012279e202e
Octal12023420061022472364056
Binary1010000100111001000000011000101001010011110011110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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