#50728D

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

Shades of Wedgewood #50728D

Tints of Wedgewood #50728D

Color information

#50728D (or 0x50728D) is unknown color: approx Wedgewood. HEX triplet: 50, 72 and 8D. RGB value is (80,114,141). Sum of RGB (Red+Green+Blue) = 80+114+141=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #50728D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50728D is #AF8D72. Grayscale: #6A6A6A. Windows color (decimal): -11505011 or 9269840. OLE color: 9269840.

HSL color Cylindrical-coordinate representation of color #50728D: hue angle of 206.56º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50728D is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB80114141-
CMYK0.430.1900.45
HSL206.56º27.6%43.33%-
HSV(B)206.56º43.26%55.29%-
XYZ14.1315.6627.48-
YUV106.91147.24108.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 114 (44.92% from 255) = 34.03%
BLUE value IS 141 (55.47% from 255) = 42.09%
R=23.88%
G=34.03%
B=42.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal801141410.430.1900.45206.5627.643.33
Hex50728D2B1302Dcf1c2b
Octal12016221553230553173453
Binary10100001110010100011011010111001101011011100111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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