Html Css Color HEX #519E81 Patina

📋 copy color: '#519E81'

red 81 ◦ green 158 ◦ blue 129

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

Shades of Patina #519E81

Tints of Patina #519E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.05%

R = 22.01%
G = 42.93%
B = 35.05%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#519E81 (or 0x519E81) is known color: Patina. HEX triplet: 51, 9E and 81. RGB value is (81,158,129). Sum of RGB (Red+Green+Blue) = 81+158+129=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 158 (62.11% from 255 or 42.93% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 158 - color contains mainly: green. Hex color #519E81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519E81 is #AE617E. Grayscale: #838383. Windows color (decimal): -11428223 or 8494673. OLE color: 8494673.

HSL color Cylindrical-coordinate representation of color #519E81: hue angle of 157.4º 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 #519E81 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 158 129 -
CMYK 0.49 0 0.18 0.38
HSL 157.4º 0.32% 0.47% -
HSV(B) 157.4º 0.49% 0.62% -
XYZ 19.58 27.79 25.1 -
YUV 131.67 126.49 91.86 -
System Red Green Blue C M Y K H S L
Decimal 81 158 129 0.49 0 0.18 0.38 157.4 0.32 0.47
Hex 51 9E 81 31 0 12 26 9D 20 2F
Octal 121 236 201 61 0 22 46 235 40 57
Binary 1010001 10011110 10000001 110001 0 10010 100110 10011101 100000 101111

Color Harmonies of #519E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519E81

Black with #519E81

Text Example


Text Example

White with #519E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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