#504A8E

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

Shades of Victoria #504A8E

Tints of Victoria #504A8E

Color information

#504A8E (or 0x504A8E) is unknown color: approx Victoria. HEX triplet: 50, 4A and 8E. RGB value is (80,74,142). Sum of RGB (Red+Green+Blue) = 80+74+142=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 142 - color contains mainly: blue. Hex color #504A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504A8E is #AFB571. Grayscale: #535353. Windows color (decimal): -11515250 or 9325136. OLE color: 9325136.

HSL color Cylindrical-coordinate representation of color #504A8E: hue angle of 245.29º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #504A8E is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8074142-
CMYK0.440.4800.44
HSL245.29º31.48%42.35%-
HSV(B)245.29º47.89%55.69%-
XYZ10.648.5626.68-
YUV83.55160.99125.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.03%
GREEN value IS 74 (29.30% from 255) = 25%
BLUE value IS 142 (55.86% from 255) = 47.97%
R=27.03%
G=25%
B=47.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80741420.440.4800.44245.2931.4842.35
Hex504A8E2C3002Cf51f2a
Octal12011221654600543653752
Binary101000010010101000111010110011000001011001111010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504A8E; }

 p { color: rgb(80,74,142); }

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

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

 a { background-color: rgb(80,74,142); }

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

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

 span { border-color: rgb(80,74,142); }

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