#50647A

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

Shades of Wedgewood #50647A

Tints of Wedgewood #50647A

Color information

#50647A (or 0x50647A) is unknown color: approx Wedgewood. HEX triplet: 50, 64 and 7A. RGB value is (80,100,122). Sum of RGB (Red+Green+Blue) = 80+100+122=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 122 - color contains mainly: blue. Hex color #50647A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50647A is #AF9B85. Grayscale: #606060. Windows color (decimal): -11508614 or 8021072. OLE color: 8021072.

HSL color Cylindrical-coordinate representation of color #50647A: hue angle of 211.43º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #50647A is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB80100122-
CMYK0.340.1800.52
HSL211.43º20.79%39.61%-
HSV(B)211.43º34.43%47.84%-
XYZ11.3812.2220.17-
YUV96.53142.37116.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.49%
GREEN value IS 100 (39.45% from 255) = 33.11%
BLUE value IS 122 (48.05% from 255) = 40.40%
R=26.49%
G=33.11%
B=40.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal801001220.340.1800.52211.4320.7939.61
Hex50647A2212034d31528
Octal12014417242220643232550
Binary1010000110010011110101000101001001101001101001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50647A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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