#50687D

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

Shades of Wedgewood #50687D

Tints of Wedgewood #50687D

Color information

#50687D (or 0x50687D) is unknown color: approx Wedgewood. HEX triplet: 50, 68 and 7D. RGB value is (80,104,125). Sum of RGB (Red+Green+Blue) = 80+104+125=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 125 - color contains mainly: blue. Hex color #50687D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50687D is #AF9782. Grayscale: #636363. Windows color (decimal): -11507587 or 8218704. OLE color: 8218704.

HSL color Cylindrical-coordinate representation of color #50687D: hue angle of 208º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #50687D is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB80104125-
CMYK0.360.1700.51
HSL208º21.95%40.2%-
HSV(B)208º36%49.02%-
XYZ11.9613.0921.3-
YUV99.22142.55114.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.89%
GREEN value IS 104 (41.02% from 255) = 33.66%
BLUE value IS 125 (49.22% from 255) = 40.45%
R=25.89%
G=33.66%
B=40.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal801041250.360.1700.5120821.9540.2
Hex50687D2411033d01628
Octal12015017544210633202650
Binary1010000110100011111011001001000101100111101000010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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