#504984

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

Shades of Victoria #504984

Tints of Victoria #504984

Color information

#504984 (or 0x504984) is unknown color: approx Victoria. HEX triplet: 50, 49 and 84. RGB value is (80,73,132). Sum of RGB (Red+Green+Blue) = 80+73+132=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: blue. Hex color #504984 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504984 is #AFB67B. Grayscale: #515151. Windows color (decimal): -11515516 or 8669520. OLE color: 8669520.

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

Color convert

RGB8073132-
CMYK0.390.4500.48
HSL247.12º28.78%40.2%-
HSV(B)247.12º44.7%51.76%-
XYZ9.868.1422.88-
YUV81.82156.32126.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.07%
GREEN value IS 73 (28.91% from 255) = 25.61%
BLUE value IS 132 (51.95% from 255) = 46.32%
R=28.07%
G=25.61%
B=46.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80731320.390.4500.48247.1228.7840.2
Hex504984272D030f71d28
Octal12011120447550603673550
Binary101000010010011000010010011110110101100001111011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504984; }

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

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

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

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

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

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

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

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