#50987A

Color #50987A Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #50987A

Tints of Patina #50987A

Color information

#50987A (or 0x50987A) is unknown color: approx Patina. HEX triplet: 50, 98 and 7A. RGB value is (80,152,122). Sum of RGB (Red+Green+Blue) = 80+152+122=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 152 - color contains mainly: green. Hex color #50987A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50987A is #AF6785. Grayscale: #7F7F7F. Windows color (decimal): -11495302 or 8034384. OLE color: 8034384.

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

Color convert

RGB80152122-
CMYK0.4700.200.40
HSL155º31.03%45.49%-
HSV(B)155º47.37%59.61%-
XYZ18.0525.5722.4-
YUV127.05125.1594.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.60%
GREEN value IS 152 (59.77% from 255) = 42.94%
BLUE value IS 122 (48.05% from 255) = 34.46%
R=22.60%
G=42.94%
B=34.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal801521220.4700.200.4015531.0345.49
Hex50987A2F014289b1f2d
Octal12023017257024502333755
Binary10100001001100011110101011110101001010001001101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50987A;
 }
 .AnyTagClassName
 {
   color: #50987A;
 }
</style>
background-color css

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

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

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

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

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

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