#519C83

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

Shades of Patina #519C83

Tints of Patina #519C83

Color information

#519C83 (or 0x519C83) is unknown color: approx Patina. HEX triplet: 51, 9C and 83. RGB value is (81,156,131). Sum of RGB (Red+Green+Blue) = 81+156+131=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 156 - color contains mainly: green. Hex color #519C83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519C83 is #AE637C. Grayscale: #828282. Windows color (decimal): -11428733 or 8625233. OLE color: 8625233.

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

Color convert

RGB81156131-
CMYK0.4800.160.39
HSL160º31.65%46.47%-
HSV(B)160º48.08%61.18%-
XYZ19.3827.1625.69-
YUV130.72128.1592.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.01%
GREEN value IS 156 (61.33% from 255) = 42.39%
BLUE value IS 131 (51.56% from 255) = 35.60%
R=22.01%
G=42.39%
B=35.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal811561310.4800.160.3916031.6546.47
Hex519C833001027a0202e
Octal12123420360020472404056
Binary1010001100111001000001111000001000010011110100000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,156,131); }

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

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

 a { background-color: rgb(81,156,131); }

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

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

 span { border-color: rgb(81,156,131); }

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