#519A80

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

Shades of Patina #519A80

Tints of Patina #519A80

Color information

#519A80 (or 0x519A80) is unknown color: approx Patina. HEX triplet: 51, 9A and 80. RGB value is (81,154,128). Sum of RGB (Red+Green+Blue) = 81+154+128=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 154 - color contains mainly: green. Hex color #519A80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519A80 is #AE657F. Grayscale: #818181. Windows color (decimal): -11429248 or 8428113. OLE color: 8428113.

HSL color Cylindrical-coordinate representation of color #519A80: hue angle of 158.63º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #519A80 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB81154128-
CMYK0.4700.170.40
HSL158.63º31.06%46.08%-
HSV(B)158.63º47.4%60.39%-
XYZ18.8526.4224.53-
YUV129.21127.3293.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.31%
GREEN value IS 154 (60.55% from 255) = 42.42%
BLUE value IS 128 (50.39% from 255) = 35.26%
R=22.31%
G=42.42%
B=35.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal811541280.4700.170.40158.6331.0646.08
Hex519A802F011289f1f2e
Octal12123220057021502373756
Binary101000110011010100000001011110100011010001001111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519A80; }

 p { color: rgb(81,154,128); }

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

<style>
 a { background-color: #519A80; }

 a { background-color: rgb(81,154,128); }

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

<style>
 span { border-color: #519A80; }

 span { border-color: rgb(81,154,128); }

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