Html Css Color HEX #519E84 Patina

📋 copy color: '#519E84'

red 81 ◦ green 158 ◦ blue 132

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

Shades of Patina #519E84

Tints of Patina #519E84

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.59%

 BLUE value IS 132 (51.95% from 255) = 35.58%

R = 21.83%
G = 42.59%
B = 35.58%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#519E84 (or 0x519E84) is known color: Patina. HEX triplet: 51, 9E and 84. RGB value is (81,158,132). Sum of RGB (Red+Green+Blue) = 81+158+132=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 158 - color contains mainly: green. Hex color #519E84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519E84 is #AE617B. Grayscale: #848484. Windows color (decimal): -11428220 or 8691281. OLE color: 8691281.

HSL color Cylindrical-coordinate representation of color #519E84: hue angle of 159.74º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #519E84 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 158 132 -
CMYK 0.49 0 0.16 0.38
HSL 159.74º 0.32% 0.47% -
HSV(B) 159.74º 0.49% 0.62% -
XYZ 19.79 27.87 26.17 -
YUV 132.01 127.99 91.61 -
System Red Green Blue C M Y K H S L
Decimal 81 158 132 0.49 0 0.16 0.38 159.74 0.32 0.47
Hex 51 9E 84 31 0 10 26 A0 20 2F
Octal 121 236 204 61 0 20 46 240 40 57
Binary 1010001 10011110 10000100 110001 0 10000 100110 10100000 100000 101111

Color Harmonies of #519E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519E84

Black with #519E84

Text Example


Text Example

White with #519E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,158,132); }

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

background-color css

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

 a { background-color: rgb(81,158,132); }

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

border-color css

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

 span { border-color: rgb(81,158,132); }

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