#50657F

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

Shades of Wedgewood #50657F

Tints of Wedgewood #50657F

Color information

#50657F (or 0x50657F) is unknown color: approx Wedgewood. HEX triplet: 50, 65 and 7F. RGB value is (80,101,127). Sum of RGB (Red+Green+Blue) = 80+101+127=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 127 - color contains mainly: blue. Hex color #50657F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50657F is #AF9A80. Grayscale: #616161. Windows color (decimal): -11508353 or 8349008. OLE color: 8349008.

HSL color Cylindrical-coordinate representation of color #50657F: hue angle of 213.19º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #50657F is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB80101127-
CMYK0.370.2000.50
HSL213.19º22.71%40.59%-
HSV(B)213.19º37.01%49.8%-
XYZ11.7912.5521.88-
YUV97.68144.54115.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.97%
GREEN value IS 101 (39.84% from 255) = 32.79%
BLUE value IS 127 (50% from 255) = 41.23%
R=25.97%
G=32.79%
B=41.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal801011270.370.2000.50213.1922.7140.59
Hex50657F2514032d51729
Octal12014517745240623252751
Binary1010000110010111111111001011010001100101101010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50657F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50657F; }

 p { color: rgb(80,101,127); }

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

<style>
 a { background-color: #50657F; }

 a { background-color: rgb(80,101,127); }

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

<style>
 span { border-color: #50657F; }

 span { border-color: rgb(80,101,127); }

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