#50728E

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

Shades of Wedgewood #50728E

Tints of Wedgewood #50728E

Color information

#50728E (or 0x50728E) is unknown color: approx Wedgewood. HEX triplet: 50, 72 and 8E. RGB value is (80,114,142). Sum of RGB (Red+Green+Blue) = 80+114+142=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 142 - color contains mainly: blue. Hex color #50728E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50728E is #AF8D71. Grayscale: #6A6A6A. Windows color (decimal): -11505010 or 9335376. OLE color: 9335376.

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

Color convert

RGB80114142-
CMYK0.440.2000.44
HSL207.1º27.93%43.53%-
HSV(B)207.1º43.66%55.69%-
XYZ14.2115.6927.87-
YUV107.03147.74108.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.81%
GREEN value IS 114 (44.92% from 255) = 33.93%
BLUE value IS 142 (55.86% from 255) = 42.26%
R=23.81%
G=33.93%
B=42.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801141420.440.2000.44207.127.9343.53
Hex50728E2C1402Ccf1c2c
Octal12016221654240543173454
Binary10100001110010100011101011001010001011001100111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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