#506586

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

Shades of Wedgewood #506586

Tints of Wedgewood #506586

Color information

#506586 (or 0x506586) is unknown color: approx Wedgewood. HEX triplet: 50, 65 and 86. RGB value is (80,101,134). Sum of RGB (Red+Green+Blue) = 80+101+134=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 134 (52.73% from 255 or 42.54% from 315); Max value from RGB is 134 - color contains mainly: blue. Hex color #506586 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506586 is #AF9A79. Grayscale: #626262. Windows color (decimal): -11508346 or 8807760. OLE color: 8807760.

HSL color Cylindrical-coordinate representation of color #506586: hue angle of 216.67º 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 #506586 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB80101134-
CMYK0.400.2500.47
HSL216.67º25.23%41.96%-
HSV(B)216.67º40.3%52.55%-
XYZ12.2712.7324.37-
YUV98.48148.04114.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.40%
GREEN value IS 101 (39.84% from 255) = 32.06%
BLUE value IS 134 (52.73% from 255) = 42.54%
R=25.40%
G=32.06%
B=42.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801011340.400.2500.47216.6725.2341.96
Hex506586281902Fd9192a
Octal12014520650310573313152
Binary10100001100101100001101010001100101011111101100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506586; }

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

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

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

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

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

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

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

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