Html Css Color HEX #509D7F Patina

📋 copy color: '#509D7F'

red 80 ◦ green 157 ◦ blue 127

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

Shades of Patina #509D7F

Tints of Patina #509D7F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.13%

 BLUE value IS 127 (50% from 255) = 34.89%

R = 21.98%
G = 43.13%
B = 34.89%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#509D7F (or 0x509D7F) is known color: Patina. HEX triplet: 50, 9D and 7F. RGB value is (80,157,127). Sum of RGB (Red+Green+Blue) = 80+157+127=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 157 (61.72% from 255 or 43.13% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 157 - color contains mainly: green. Hex color #509D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509D7F is #AF6280. Grayscale: #828282. Windows color (decimal): -11494017 or 8363344. OLE color: 8363344.

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

Color convert

RGB 80 157 127 -
CMYK 0.49 0 0.19 0.38
HSL 156.62º 0.32% 0.46% -
HSV(B) 156.62º 0.49% 0.62% -
XYZ 19.2 27.35 24.35 -
YUV 130.56 125.99 91.94 -
System Red Green Blue C M Y K H S L
Decimal 80 157 127 0.49 0 0.19 0.38 156.62 0.32 0.46
Hex 50 9D 7F 31 0 13 26 9D 20 2E
Octal 120 235 177 61 0 23 46 235 40 56
Binary 1010000 10011101 1111111 110001 0 10011 100110 10011101 100000 101110

Color Harmonies of #509D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509D7F

Black with #509D7F

Text Example


Text Example

White with #509D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,157,127); }

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

background-color css

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

 a { background-color: rgb(80,157,127); }

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

border-color css

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

 span { border-color: rgb(80,157,127); }

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