#50667C

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

Shades of Wedgewood #50667C

Tints of Wedgewood #50667C

Color information

#50667C (or 0x50667C) is unknown color: approx Wedgewood. HEX triplet: 50, 66 and 7C. RGB value is (80,102,124). Sum of RGB (Red+Green+Blue) = 80+102+124=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 124 - color contains mainly: blue. Hex color #50667C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50667C is #AF9983. Grayscale: #616161. Windows color (decimal): -11508100 or 8152656. OLE color: 8152656.

HSL color Cylindrical-coordinate representation of color #50667C: hue angle of 210º 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 #50667C is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB80102124-
CMYK0.350.1800.51
HSL210º21.57%40%-
HSV(B)210º35.48%48.63%-
XYZ11.712.6620.9-
YUV97.93142.71115.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.14%
GREEN value IS 102 (40.23% from 255) = 33.33%
BLUE value IS 124 (48.83% from 255) = 40.52%
R=26.14%
G=33.33%
B=40.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal801021240.350.1800.5121021.5740
Hex50667C2312033d21628
Octal12014617443220633222650
Binary1010000110011011111001000111001001100111101001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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