#50987D

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

Shades of Patina #50987D

Tints of Patina #50987D

Color information

#50987D (or 0x50987D) is unknown color: approx 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

RGB80152125-
CMYK0.4700.180.40
HSL157.5º31.03%45.49%-
HSV(B)157.5º47.37%59.61%-
XYZ18.2425.6423.39-
YUV127.39126.6594.2-

RGB Variations

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

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 (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal801521250.4700.180.40157.531.0345.49
Hex50987D2F012289e1f2d
Octal12023017557022502363755
Binary10100001001100011111011011110100101010001001111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50987D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>