#506786

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

Shades of Wedgewood #506786

Tints of Wedgewood #506786

Color information

#506786 (or 0x506786) is unknown color: approx Wedgewood. HEX triplet: 50, 67 and 86. RGB value is (80,103,134). Sum of RGB (Red+Green+Blue) = 80+103+134=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 134 - color contains mainly: blue. Hex color #506786 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506786 is #AF9879. Grayscale: #636363. Windows color (decimal): -11507834 or 8808272. OLE color: 8808272.

HSL color Cylindrical-coordinate representation of color #506786: hue angle of 214.44º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #506786 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB80103134-
CMYK0.400.2300.47
HSL214.44º25.23%41.96%-
HSV(B)214.44º40.3%52.55%-
XYZ12.4613.1324.43-
YUV99.66147.38113.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.24%
GREEN value IS 103 (40.62% from 255) = 32.49%
BLUE value IS 134 (52.73% from 255) = 42.27%
R=25.24%
G=32.49%
B=42.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801031340.400.2300.47214.4425.2341.96
Hex506786281702Fd6192a
Octal12014720650270573263152
Binary10100001100111100001101010001011101011111101011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506786; }

 p { color: rgb(80,103,134); }

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

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

 a { background-color: rgb(80,103,134); }

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

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

 span { border-color: rgb(80,103,134); }

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