#50718D

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

Shades of Wedgewood #50718D

Tints of Wedgewood #50718D

Color information

#50718D (or 0x50718D) is unknown color: approx Wedgewood. HEX triplet: 50, 71 and 8D. RGB value is (80,113,141). Sum of RGB (Red+Green+Blue) = 80+113+141=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: blue. Hex color #50718D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50718D is #AF8E72. Grayscale: #6A6A6A. Windows color (decimal): -11505267 or 9269584. OLE color: 9269584.

HSL color Cylindrical-coordinate representation of color #50718D: hue angle of 207.54º 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 #50718D is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB80113141-
CMYK0.430.2000.45
HSL207.54º27.6%43.33%-
HSV(B)207.54º43.26%55.29%-
XYZ14.0215.4427.44-
YUV106.32147.57109.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.95%
GREEN value IS 113 (44.53% from 255) = 33.83%
BLUE value IS 141 (55.47% from 255) = 42.22%
R=23.95%
G=33.83%
B=42.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal801131410.430.2000.45207.5427.643.33
Hex50718D2B1402Dd01c2b
Octal12016121553240553203453
Binary10100001110001100011011010111010001011011101000011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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