Html Css Color HEX #50987E Patina

📋 copy color: '#50987E'

red 80 ◦ green 152 ◦ blue 126

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

Shades of Patina #50987E

Tints of Patina #50987E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.46%

 BLUE value IS 126 (49.61% from 255) = 35.2%

R = 22.35%
G = 42.46%
B = 35.2%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#50987E (or 0x50987E) is known color: Patina. HEX triplet: 50, 98 and 7E. RGB value is (80,152,126). Sum of RGB (Red+Green+Blue) = 80+152+126=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 152 - color contains mainly: green. Hex color #50987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50987E is #AF6781. Grayscale: #7F7F7F. Windows color (decimal): -11495298 or 8296528. OLE color: 8296528.

HSL color Cylindrical-coordinate representation of color #50987E: hue angle of 158.33º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50987E is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 152 126 -
CMYK 0.47 0 0.17 0.40
HSL 158.33º 0.31% 0.45% -
HSV(B) 158.33º 0.47% 0.6% -
XYZ 18.3 25.67 23.73 -
YUV 127.51 127.15 94.11 -
System Red Green Blue C M Y K H S L
Decimal 80 152 126 0.47 0 0.17 0.40 158.33 0.31 0.45
Hex 50 98 7E 2F 0 11 28 9E 1F 2D
Octal 120 230 176 57 0 21 50 236 37 55
Binary 1010000 10011000 1111110 101111 0 10001 101000 10011110 11111 101101

Color Harmonies of #50987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50987E

Black with #50987E

Text Example


Text Example

White with #50987E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50987E; }

 p { color: rgb(80,152,126); }

 H1.HeaderClassName
 {
   color: #50987E;
 }
 .AnyTagClassName
 {
   color: #50987E;
 }
</style>

background-color css

<style>
 a { background-color: #50987E; }

 a { background-color: rgb(80,152,126); }

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

border-color css

<style>
 span { border-color: #50987E; }

 span { border-color: rgb(80,152,126); }

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