#506485

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

Shades of Wedgewood #506485

Tints of Wedgewood #506485

Color information

#506485 (or 0x506485) is unknown color: approx Wedgewood. HEX triplet: 50, 64 and 85. RGB value is (80,100,133). Sum of RGB (Red+Green+Blue) = 80+100+133=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 133 - color contains mainly: blue. Hex color #506485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506485 is #AF9B7A. Grayscale: #616161. Windows color (decimal): -11508603 or 8741968. OLE color: 8741968.

HSL color Cylindrical-coordinate representation of color #506485: hue angle of 217.36º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #506485 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB80100133-
CMYK0.400.2500.48
HSL217.36º24.88%41.76%-
HSV(B)217.36º39.85%52.16%-
XYZ12.112.5123.97-
YUV97.78147.87115.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.56%
GREEN value IS 100 (39.45% from 255) = 31.95%
BLUE value IS 133 (52.34% from 255) = 42.49%
R=25.56%
G=31.95%
B=42.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801001330.400.2500.48217.3624.8841.76
Hex5064852819030d9192a
Octal12014420550310603313152
Binary10100001100100100001011010001100101100001101100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506485; }

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

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

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

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

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

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

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

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