#506D80

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

Shades of Wedgewood #506D80

Tints of Wedgewood #506D80

Color information

#506D80 (or 0x506D80) is unknown color: approx Wedgewood. HEX triplet: 50, 6D and 80. RGB value is (80,109,128). Sum of RGB (Red+Green+Blue) = 80+109+128=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 128 - color contains mainly: blue. Hex color #506D80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506D80 is #AF927F. Grayscale: #666666. Windows color (decimal): -11506304 or 8416592. OLE color: 8416592.

HSL color Cylindrical-coordinate representation of color #506D80: hue angle of 203.75º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #506D80 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB80109128-
CMYK0.380.1500.50
HSL203.75º23.08%40.78%-
HSV(B)203.75º37.5%50.2%-
XYZ12.6714.222.5-
YUV102.49142.39111.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.24%
GREEN value IS 109 (42.97% from 255) = 34.38%
BLUE value IS 128 (50.39% from 255) = 40.38%
R=25.24%
G=34.38%
B=40.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal801091280.380.1500.50203.7523.0840.78
Hex506D8026F032cc1729
Octal12015520046170623142751
Binary1010000110110110000000100110111101100101100110010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506D80; }

 p { color: rgb(80,109,128); }

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

<style>
 a { background-color: #506D80; }

 a { background-color: rgb(80,109,128); }

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

<style>
 span { border-color: #506D80; }

 span { border-color: rgb(80,109,128); }

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