#504C84

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

Shades of Victoria #504C84

Tints of Victoria #504C84

Color information

#504C84 (or 0x504C84) is unknown color: approx Victoria. HEX triplet: 50, 4C and 84. RGB value is (80,76,132). Sum of RGB (Red+Green+Blue) = 80+76+132=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 132 - color contains mainly: blue. Hex color #504C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504C84 is #AFB37B. Grayscale: #535353. Windows color (decimal): -11514748 or 8670288. OLE color: 8670288.

HSL color Cylindrical-coordinate representation of color #504C84: hue angle of 244.29º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #504C84 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8076132-
CMYK0.390.4200.48
HSL244.29º26.92%40.78%-
HSV(B)244.29º42.42%51.76%-
XYZ10.068.5422.95-
YUV83.58155.33125.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.78%
GREEN value IS 76 (30.08% from 255) = 26.39%
BLUE value IS 132 (51.95% from 255) = 45.83%
R=27.78%
G=26.39%
B=45.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80761320.390.4200.48244.2926.9240.78
Hex504C84272A030f41b29
Octal12011420447520603643351
Binary101000010011001000010010011110101001100001111010011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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