Html Css Color HEX #509B7F Patina

📋 copy color: '#509B7F'

red 80 ◦ green 155 ◦ blue 127

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

Shades of Patina #509B7F

Tints of Patina #509B7F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.82%

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

R = 22.1%
G = 42.82%
B = 35.08%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#509B7F (or 0x509B7F) is known color: Patina. HEX triplet: 50, 9B and 7F. RGB value is (80,155,127). Sum of RGB (Red+Green+Blue) = 80+155+127=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 155 - color contains mainly: green. Hex color #509B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509B7F is #AF6480. Grayscale: #818181. Windows color (decimal): -11494529 or 8362832. OLE color: 8362832.

HSL color Cylindrical-coordinate representation of color #509B7F: hue angle of 157.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509B7F is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 155 127 -
CMYK 0.48 0 0.18 0.39
HSL 157.6º 0.32% 0.46% -
HSV(B) 157.6º 0.48% 0.61% -
XYZ 18.86 26.68 24.23 -
YUV 129.38 126.65 92.78 -
System Red Green Blue C M Y K H S L
Decimal 80 155 127 0.48 0 0.18 0.39 157.6 0.32 0.46
Hex 50 9B 7F 30 0 12 27 9E 20 2E
Octal 120 233 177 60 0 22 47 236 40 56
Binary 1010000 10011011 1111111 110000 0 10010 100111 10011110 100000 101110

Color Harmonies of #509B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509B7F

Black with #509B7F

Text Example


Text Example

White with #509B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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