#506482

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

Shades of Wedgewood #506482

Tints of Wedgewood #506482

Color information

#506482 (or 0x506482) is unknown color: approx Wedgewood. HEX triplet: 50, 64 and 82. RGB value is (80,100,130). Sum of RGB (Red+Green+Blue) = 80+100+130=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 130 - color contains mainly: blue. Hex color #506482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506482 is #AF9B7D. Grayscale: #616161. Windows color (decimal): -11508606 or 8545360. OLE color: 8545360.

HSL color Cylindrical-coordinate representation of color #506482: hue angle of 216º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #506482 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB80100130-
CMYK0.380.2300.49
HSL216º23.81%41.18%-
HSV(B)216º38.46%50.98%-
XYZ11.8912.4322.89-
YUV97.44146.37115.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.81%
GREEN value IS 100 (39.45% from 255) = 32.26%
BLUE value IS 130 (51.17% from 255) = 41.94%
R=25.81%
G=32.26%
B=41.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal801001300.380.2300.4921623.8141.18
Hex5064822617031d81829
Octal12014420246270613303051
Binary10100001100100100000101001101011101100011101100011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506482; }

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

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

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

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

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

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

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

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