Html Css Color HEX #50987C Patina

📋 copy color: '#50987C'

red 80 ◦ green 152 ◦ blue 124

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

Shades of Patina #50987C

Tints of Patina #50987C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.83%

R = 22.47%
G = 42.7%
B = 34.83%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#50987C (or 0x50987C) is known color: Patina. HEX triplet: 50, 98 and 7C. RGB value is (80,152,124). Sum of RGB (Red+Green+Blue) = 80+152+124=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 152 - color contains mainly: green. Hex color #50987C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50987C is #AF6783. Grayscale: #7F7F7F. Windows color (decimal): -11495300 or 8165456. OLE color: 8165456.

HSL color Cylindrical-coordinate representation of color #50987C: hue angle of 156.67º 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 #50987C is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 152 124 -
CMYK 0.47 0 0.18 0.40
HSL 156.67º 0.31% 0.45% -
HSV(B) 156.67º 0.47% 0.6% -
XYZ 18.17 25.62 23.06 -
YUV 127.28 126.15 94.28 -
System Red Green Blue C M Y K H S L
Decimal 80 152 124 0.47 0 0.18 0.40 156.67 0.31 0.45
Hex 50 98 7C 2F 0 12 28 9D 1F 2D
Octal 120 230 174 57 0 22 50 235 37 55
Binary 1010000 10011000 1111100 101111 0 10010 101000 10011101 11111 101101

Color Harmonies of #50987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50987C

Black with #50987C

Text Example


Text Example

White with #50987C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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