#504986

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

Shades of Victoria #504986

Tints of Victoria #504986

Color information

#504986 (or 0x504986) is unknown color: approx Victoria. HEX triplet: 50, 49 and 86. RGB value is (80,73,134). Sum of RGB (Red+Green+Blue) = 80+73+134=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 134 (52.73% from 255 or 46.69% from 287); Max value from RGB is 134 - color contains mainly: blue. Hex color #504986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504986 is #AFB679. Grayscale: #515151. Windows color (decimal): -11515514 or 8800592. OLE color: 8800592.

HSL color Cylindrical-coordinate representation of color #504986: hue angle of 246.89º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #504986 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8073134-
CMYK0.400.4600.47
HSL246.89º29.47%40.59%-
HSV(B)246.89º45.52%52.55%-
XYZ9.998.1923.61-
YUV82.05157.32126.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.87%
GREEN value IS 73 (28.91% from 255) = 25.44%
BLUE value IS 134 (52.73% from 255) = 46.69%
R=27.87%
G=25.44%
B=46.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80731340.400.4600.47246.8929.4740.59
Hex504986282E02Ff71d29
Octal12011120650560573673551
Binary101000010010011000011010100010111001011111111011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504986; }

 p { color: rgb(80,73,134); }

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

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

 a { background-color: rgb(80,73,134); }

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

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

 span { border-color: rgb(80,73,134); }

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