#50758E

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

Shades of Wedgewood #50758E

Tints of Wedgewood #50758E

Color information

#50758E (or 0x50758E) is unknown color: approx Wedgewood. HEX triplet: 50, 75 and 8E. RGB value is (80,117,142). Sum of RGB (Red+Green+Blue) = 80+117+142=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 142 - color contains mainly: blue. Hex color #50758E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50758E is #AF8A71. Grayscale: #6C6C6C. Windows color (decimal): -11504242 or 9336144. OLE color: 9336144.

HSL color Cylindrical-coordinate representation of color #50758E: hue angle of 204.19º 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 #50758E is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB80117142-
CMYK0.440.1800.44
HSL204.19º27.93%43.53%-
HSV(B)204.19º43.66%55.69%-
XYZ14.5516.3827.99-
YUV108.79146.74107.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.60%
GREEN value IS 117 (46.09% from 255) = 34.51%
BLUE value IS 142 (55.86% from 255) = 41.89%
R=23.60%
G=34.51%
B=41.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801171420.440.1800.44204.1927.9343.53
Hex50758E2C1202Ccc1c2c
Octal12016521654220543143454
Binary10100001110101100011101011001001001011001100110011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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