Html Css Color HEX #509B7D Patina

📋 copy color: '#509B7D'

red 80 ◦ green 155 ◦ blue 125

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

Shades of Patina #509B7D

Tints of Patina #509B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.72%

R = 22.22%
G = 43.06%
B = 34.72%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#509B7D (or 0x509B7D) is known color: Patina. HEX triplet: 50, 9B and 7D. RGB value is (80,155,125). Sum of RGB (Red+Green+Blue) = 80+155+125=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 155 - color contains mainly: green. Hex color #509B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509B7D is #AF6482. Grayscale: #818181. Windows color (decimal): -11494531 or 8231760. OLE color: 8231760.

HSL color Cylindrical-coordinate representation of color #509B7D: hue angle of 156º 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 #509B7D is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 155 125 -
CMYK 0.48 0 0.19 0.39
HSL 156º 0.32% 0.46% -
HSV(B) 156º 0.48% 0.61% -
XYZ 18.73 26.63 23.55 -
YUV 129.16 125.65 92.94 -
System Red Green Blue C M Y K H S L
Decimal 80 155 125 0.48 0 0.19 0.39 156 0.32 0.46
Hex 50 9B 7D 30 0 13 27 9C 20 2E
Octal 120 233 175 60 0 23 47 234 40 56
Binary 1010000 10011011 1111101 110000 0 10011 100111 10011100 100000 101110

Color Harmonies of #509B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509B7D

Black with #509B7D

Text Example


Text Example

White with #509B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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