#506D84

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

Shades of Wedgewood #506D84

Tints of Wedgewood #506D84

Color information

#506D84 (or 0x506D84) is unknown color: approx Wedgewood. HEX triplet: 50, 6D and 84. RGB value is (80,109,132). Sum of RGB (Red+Green+Blue) = 80+109+132=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 132 - color contains mainly: blue. Hex color #506D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506D84 is #AF927B. Grayscale: #666666. Windows color (decimal): -11506300 or 8678736. OLE color: 8678736.

HSL color Cylindrical-coordinate representation of color #506D84: hue angle of 206.54º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #506D84 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB80109132-
CMYK0.390.1700.48
HSL206.54º24.53%41.57%-
HSV(B)206.54º39.39%51.76%-
XYZ12.9414.3123.91-
YUV102.95144.39111.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.92%
GREEN value IS 109 (42.97% from 255) = 33.96%
BLUE value IS 132 (51.95% from 255) = 41.12%
R=24.92%
G=33.96%
B=41.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801091320.390.1700.48206.5424.5341.57
Hex506D842711030cf192a
Octal12015520447210603173152
Binary10100001101101100001001001111000101100001100111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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