#504A8D

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

Shades of Victoria #504A8D

Tints of Victoria #504A8D

Color information

#504A8D (or 0x504A8D) is unknown color: approx Victoria. HEX triplet: 50, 4A and 8D. RGB value is (80,74,141). Sum of RGB (Red+Green+Blue) = 80+74+141=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #504A8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504A8D is #AFB572. Grayscale: #535353. Windows color (decimal): -11515251 or 9259600. OLE color: 9259600.

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

Color convert

RGB8074141-
CMYK0.430.4800.45
HSL245.37º31.16%42.16%-
HSV(B)245.37º47.52%55.29%-
XYZ10.568.5326.29-
YUV83.43160.49125.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.12%
GREEN value IS 74 (29.30% from 255) = 25.08%
BLUE value IS 141 (55.47% from 255) = 47.80%
R=27.12%
G=25.08%
B=47.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80741410.430.4800.45245.3731.1642.16
Hex504A8D2B3002Df51f2a
Octal12011221553600553653752
Binary101000010010101000110110101111000001011011111010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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