#506479

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

Shades of Wedgewood #506479

Tints of Wedgewood #506479

Color information

#506479 (or 0x506479) is unknown color: approx Wedgewood. HEX triplet: 50, 64 and 79. RGB value is (80,100,121). Sum of RGB (Red+Green+Blue) = 80+100+121=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 121 - color contains mainly: blue. Hex color #506479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506479 is #AF9B86. Grayscale: #606060. Windows color (decimal): -11508615 or 7955536. OLE color: 7955536.

HSL color Cylindrical-coordinate representation of color #506479: hue angle of 210.73º 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 #506479 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB80100121-
CMYK0.340.1700.53
HSL210.73º20.4%39.41%-
HSV(B)210.73º33.88%47.45%-
XYZ11.3212.219.85-
YUV96.41141.87116.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.58%
GREEN value IS 100 (39.45% from 255) = 33.22%
BLUE value IS 121 (47.66% from 255) = 40.20%
R=26.58%
G=33.22%
B=40.20%

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
Decimal801001210.340.1700.53210.7320.439.41
Hex5064792211035d31427
Octal12014417142210653232447
Binary1010000110010011110011000101000101101011101001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506479; }

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

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

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

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

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

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

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

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