#506584

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

Shades of Wedgewood #506584

Tints of Wedgewood #506584

Color information

#506584 (or 0x506584) is unknown color: approx Wedgewood. HEX triplet: 50, 65 and 84. RGB value is (80,101,132). Sum of RGB (Red+Green+Blue) = 80+101+132=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 132 - color contains mainly: blue. Hex color #506584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506584 is #AF9A7B. Grayscale: #626262. Windows color (decimal): -11508348 or 8676688. OLE color: 8676688.

HSL color Cylindrical-coordinate representation of color #506584: hue angle of 215.77º 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 #506584 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB80101132-
CMYK0.390.2300.48
HSL215.77º24.53%41.57%-
HSV(B)215.77º39.39%51.76%-
XYZ12.1312.6823.64-
YUV98.26147.04114.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.56%
GREEN value IS 101 (39.84% from 255) = 32.27%
BLUE value IS 132 (51.95% from 255) = 42.17%
R=25.56%
G=32.27%
B=42.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801011320.390.2300.48215.7724.5341.57
Hex5065842717030d8192a
Octal12014520447270603303152
Binary10100001100101100001001001111011101100001101100011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506584; }

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

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

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

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

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

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

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

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