#50657B

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

Shades of Wedgewood #50657B

Tints of Wedgewood #50657B

Color information

#50657B (or 0x50657B) is unknown color: approx Wedgewood. HEX triplet: 50, 65 and 7B. RGB value is (80,101,123). Sum of RGB (Red+Green+Blue) = 80+101+123=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 123 - color contains mainly: blue. Hex color #50657B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50657B is #AF9A84. Grayscale: #616161. Windows color (decimal): -11508357 or 8086864. OLE color: 8086864.

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

Color convert

RGB80101123-
CMYK0.350.1800.52
HSL210.7º21.18%39.8%-
HSV(B)210.7º34.96%48.24%-
XYZ11.5412.4420.53-
YUV97.23142.54115.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.32%
GREEN value IS 101 (39.84% from 255) = 33.22%
BLUE value IS 123 (48.44% from 255) = 40.46%
R=26.32%
G=33.22%
B=40.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal801011230.350.1800.52210.721.1839.8
Hex50657B2312034d31528
Octal12014517343220643232550
Binary1010000110010111110111000111001001101001101001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50657B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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