Html Css Color HEX #519980 Patina

📋 copy color: '#519980'

red 81 ◦ green 153 ◦ blue 128

#519980
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #519980

Tints of Patina #519980

RGB

 RED value IS 81 (32.03% from 255) = 22.38%

 GREEN value IS 153 (60.16% from 255) = 42.27%

 BLUE value IS 128 (50.39% from 255) = 35.36%

R = 22.38%
G = 42.27%
B = 35.36%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#519980 (or 0x519980) is known color: Patina. HEX triplet: 51, 99 and 80. RGB value is (81,153,128). Sum of RGB (Red+Green+Blue) = 81+153+128=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 153 - color contains mainly: green. Hex color #519980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519980 is #AE667F. Grayscale: #808080. Windows color (decimal): -11429504 or 8427857. OLE color: 8427857.

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

Color convert

RGB 81 153 128 -
CMYK 0.47 0 0.16 0.4
HSL 159.17º 0.31% 0.46% -
HSV(B) 159.17º 0.47% 0.6% -
XYZ 18.68 26.09 24.47 -
YUV 128.62 127.65 94.03 -
System Red Green Blue C M Y K H S L
Decimal 81 153 128 0.47 0 0.16 0.4 159.17 0.31 0.46
Hex 51 99 80 2F 0 10 28 9F 1F 2E
Octal 121 231 200 57 0 20 50 237 37 56
Binary 1010001 10011001 10000000 101111 0 10000 101000 10011111 11111 101110

Color Harmonies of #519980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519980

Black with #519980

Text Example


Text Example

White with #519980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519980; }

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

 H1.HeaderClassName
 {
   color: #519980;
 }
 .AnyTagClassName
 {
   color: #519980;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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