#519880

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

Shades of Patina #519880

Tints of Patina #519880

Color information

#519880 (or 0x519880) is unknown color: approx Patina. HEX triplet: 51, 98 and 80. RGB value is (81,152,128). Sum of RGB (Red+Green+Blue) = 81+152+128=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 152 - color contains mainly: green. Hex color #519880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519880 is #AE677F. Grayscale: #808080. Windows color (decimal): -11429760 or 8427601. OLE color: 8427601.

HSL color Cylindrical-coordinate representation of color #519880: hue angle of 159.72º degrees, saturation: 0.3, 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 #519880 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB81152128-
CMYK0.4700.160.40
HSL159.72º30.47%45.69%-
HSV(B)159.72º46.71%59.61%-
XYZ18.5225.7624.42-
YUV128.04127.9894.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.44%
GREEN value IS 152 (59.77% from 255) = 42.11%
BLUE value IS 128 (50.39% from 255) = 35.46%
R=22.44%
G=42.11%
B=35.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal811521280.4700.160.40159.7230.4745.69
Hex5198802F01028a01e2e
Octal12123020057020502403656
Binary101000110011000100000001011110100001010001010000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519880; }

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

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

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

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

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

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

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

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