#50687C

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

Shades of Wedgewood #50687C

Tints of Wedgewood #50687C

Color information

#50687C (or 0x50687C) is unknown color: approx Wedgewood. HEX triplet: 50, 68 and 7C. RGB value is (80,104,124). Sum of RGB (Red+Green+Blue) = 80+104+124=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #50687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50687C is #AF9783. Grayscale: #636363. Windows color (decimal): -11507588 or 8153168. OLE color: 8153168.

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

Color convert

RGB80104124-
CMYK0.350.1600.51
HSL207.27º21.57%40%-
HSV(B)207.27º35.48%48.63%-
XYZ11.913.0620.96-
YUV99.1142.05114.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.97%
GREEN value IS 104 (41.02% from 255) = 33.77%
BLUE value IS 124 (48.83% from 255) = 40.26%
R=25.97%
G=33.77%
B=40.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal801041240.350.1600.51207.2721.5740
Hex50687C2310033cf1628
Octal12015017443200633172650
Binary1010000110100011111001000111000001100111100111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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