#506579

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

Shades of Wedgewood #506579

Tints of Wedgewood #506579

Color information

#506579 (or 0x506579) is unknown color: approx Wedgewood. HEX triplet: 50, 65 and 79. RGB value is (80,101,121). Sum of RGB (Red+Green+Blue) = 80+101+121=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 121 - color contains mainly: blue. Hex color #506579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506579 is #AF9A86. Grayscale: #606060. Windows color (decimal): -11508359 or 7955792. OLE color: 7955792.

HSL color Cylindrical-coordinate representation of color #506579: hue angle of 209.27º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #506579 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB80101121-
CMYK0.340.1700.53
HSL209.27º20.4%39.41%-
HSV(B)209.27º33.88%47.45%-
XYZ11.4112.3919.88-
YUV97141.54115.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.49%
GREEN value IS 101 (39.84% from 255) = 33.44%
BLUE value IS 121 (47.66% from 255) = 40.07%
R=26.49%
G=33.44%
B=40.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal801011210.340.1700.53209.2720.439.41
Hex5065792211035d11427
Octal12014517142210653212447
Binary1010000110010111110011000101000101101011101000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506579; }

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

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

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

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

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

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

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

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