#50738E

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

Shades of Wedgewood #50738E

Tints of Wedgewood #50738E

Color information

#50738E (or 0x50738E) is unknown color: approx Wedgewood. HEX triplet: 50, 73 and 8E. RGB value is (80,115,142). Sum of RGB (Red+Green+Blue) = 80+115+142=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 142 - color contains mainly: blue. Hex color #50738E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50738E is #AF8C71. Grayscale: #6B6B6B. Windows color (decimal): -11504754 or 9335632. OLE color: 9335632.

HSL color Cylindrical-coordinate representation of color #50738E: hue angle of 206.13º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50738E is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB80115142-
CMYK0.440.1900.44
HSL206.13º27.93%43.53%-
HSV(B)206.13º43.66%55.69%-
XYZ14.3215.9227.91-
YUV107.61147.4108.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.74%
GREEN value IS 115 (45.31% from 255) = 34.12%
BLUE value IS 142 (55.86% from 255) = 42.14%
R=23.74%
G=34.12%
B=42.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801151420.440.1900.44206.1327.9343.53
Hex50738E2C1302Cce1c2c
Octal12016321654230543163454
Binary10100001110011100011101011001001101011001100111011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50738E; }

 p { color: rgb(80,115,142); }

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

<style>
 a { background-color: #50738E; }

 a { background-color: rgb(80,115,142); }

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

<style>
 span { border-color: #50738E; }

 span { border-color: rgb(80,115,142); }

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