#50708F

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

Shades of Wedgewood #50708F

Tints of Wedgewood #50708F

Color information

#50708F (or 0x50708F) is unknown color: approx Wedgewood. HEX triplet: 50, 70 and 8F. RGB value is (80,112,143). Sum of RGB (Red+Green+Blue) = 80+112+143=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 143 - color contains mainly: blue. Hex color #50708F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50708F is #AF8F70. Grayscale: #696969. Windows color (decimal): -11505521 or 9400400. OLE color: 9400400.

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

Color convert

RGB80112143-
CMYK0.440.2200.44
HSL209.52º28.25%43.73%-
HSV(B)209.52º44.06%56.08%-
XYZ14.0615.2828.19-
YUV105.97148.9109.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 112 (44.14% from 255) = 33.43%
BLUE value IS 143 (56.25% from 255) = 42.69%
R=23.88%
G=33.43%
B=42.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801121430.440.2200.44209.5228.2543.73
Hex50708F2C1602Cd21c2c
Octal12016021754260543223454
Binary10100001110000100011111011001011001011001101001011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50708F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50708F; }

 p { color: rgb(80,112,143); }

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

<style>
 a { background-color: #50708F; }

 a { background-color: rgb(80,112,143); }

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

<style>
 span { border-color: #50708F; }

 span { border-color: rgb(80,112,143); }

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