#519B7D

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

Shades of Patina #519B7D

Tints of Patina #519B7D

Color information

#519B7D (or 0x519B7D) is unknown color: approx Patina. HEX triplet: 51, 9B and 7D. RGB value is (81,155,125). Sum of RGB (Red+Green+Blue) = 81+155+125=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 155 - color contains mainly: green. Hex color #519B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519B7D is #AE6482. Grayscale: #818181. Windows color (decimal): -11428995 or 8231761. OLE color: 8231761.

HSL color Cylindrical-coordinate representation of color #519B7D: hue angle of 155.68º degrees, saturation: 0.31, 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 #519B7D is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB81155125-
CMYK0.4800.190.39
HSL155.68º31.36%46.27%-
HSV(B)155.68º47.74%60.78%-
XYZ18.8226.6723.56-
YUV129.45125.4893.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.44%
GREEN value IS 155 (60.94% from 255) = 42.94%
BLUE value IS 125 (49.22% from 255) = 34.63%
R=22.44%
G=42.94%
B=34.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal811551250.4800.190.39155.6831.3646.27
Hex519B7D30013279c1f2e
Octal12123317560023472343756
Binary10100011001101111111011100000100111001111001110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,155,125); }

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

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

 a { background-color: rgb(81,155,125); }

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

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

 span { border-color: rgb(81,155,125); }

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