Html Css Color HEX #50987D Patina

📋 copy color: '#50987D'

red 80 ◦ green 152 ◦ blue 125

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

Shades of Patina #50987D

Tints of Patina #50987D

RGB

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

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

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

R = 22.41%
G = 42.58%
B = 35.01%

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

#50987D (or 0x50987D) is known color: Patina. HEX triplet: 50, 98 and 7D. RGB value is (80,152,125). Sum of RGB (Red+Green+Blue) = 80+152+125=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 152 - color contains mainly: green. Hex color #50987D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50987D is #AF6782. Grayscale: #7F7F7F. Windows color (decimal): -11495299 or 8230992. OLE color: 8230992.

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

Color convert

RGB 80 152 125 -
CMYK 0.47 0 0.18 0.40
HSL 157.5º 0.31% 0.45% -
HSV(B) 157.5º 0.47% 0.6% -
XYZ 18.24 25.64 23.39 -
YUV 127.39 126.65 94.2 -
System Red Green Blue C M Y K H S L
Decimal 80 152 125 0.47 0 0.18 0.40 157.5 0.31 0.45
Hex 50 98 7D 2F 0 12 28 9E 1F 2D
Octal 120 230 175 57 0 22 50 236 37 55
Binary 1010000 10011000 1111101 101111 0 10010 101000 10011110 11111 101101

Color Harmonies of #50987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50987D

Black with #50987D

Text Example


Text Example

White with #50987D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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