Html Css Color HEX #509F81 Patina

📋 copy color: '#509F81'

red 80 ◦ green 159 ◦ blue 129

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

Shades of Patina #509F81

Tints of Patina #509F81

RGB

 RED value IS 80 (31.64% from 255) = 21.74%

 GREEN value IS 159 (62.5% from 255) = 43.21%

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

R = 21.74%
G = 43.21%
B = 35.05%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#509F81 (or 0x509F81) is known color: Patina. HEX triplet: 50, 9F and 81. RGB value is (80,159,129). Sum of RGB (Red+Green+Blue) = 80+159+129=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 159 (62.5% from 255 or 43.21% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 159 - color contains mainly: green. Hex color #509F81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509F81 is #AF607E. Grayscale: #848484. Windows color (decimal): -11493503 or 8494928. OLE color: 8494928.

HSL color Cylindrical-coordinate representation of color #509F81: hue angle of 157.22º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #509F81 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 159 129 -
CMYK 0.50 0 0.19 0.38
HSL 157.22º 0.33% 0.47% -
HSV(B) 157.22º 0.5% 0.62% -
XYZ 19.67 28.09 25.15 -
YUV 131.96 126.33 90.94 -
System Red Green Blue C M Y K H S L
Decimal 80 159 129 0.50 0 0.19 0.38 157.22 0.33 0.47
Hex 50 9F 81 32 0 13 26 9D 21 2F
Octal 120 237 201 62 0 23 46 235 41 57
Binary 1010000 10011111 10000001 110010 0 10011 100110 10011101 100001 101111

Color Harmonies of #509F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509F81

Black with #509F81

Text Example


Text Example

White with #509F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509F81; }

 p { color: rgb(80,159,129); }

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

background-color css

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

 a { background-color: rgb(80,159,129); }

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

border-color css

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

 span { border-color: rgb(80,159,129); }

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