#506D81

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

Shades of Wedgewood #506D81

Tints of Wedgewood #506D81

Color information

#506D81 (or 0x506D81) is unknown color: approx Wedgewood. HEX triplet: 50, 6D and 81. RGB value is (80,109,129). Sum of RGB (Red+Green+Blue) = 80+109+129=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 129 - color contains mainly: blue. Hex color #506D81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506D81 is #AF927E. Grayscale: #666666. Windows color (decimal): -11506303 or 8482128. OLE color: 8482128.

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

Color convert

RGB80109129-
CMYK0.380.1600.49
HSL204.49º23.44%40.98%-
HSV(B)204.49º37.98%50.59%-
XYZ12.7414.2322.84-
YUV102.61142.89111.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.16%
GREEN value IS 109 (42.97% from 255) = 34.28%
BLUE value IS 129 (50.78% from 255) = 40.57%
R=25.16%
G=34.28%
B=40.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal801091290.380.1600.49204.4923.4440.98
Hex506D812610031cc1729
Octal12015520146200613142751
Binary10100001101101100000011001101000001100011100110010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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