#504C82

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

Shades of Victoria #504C82

Tints of Victoria #504C82

Color information

#504C82 (or 0x504C82) is unknown color: approx Victoria. HEX triplet: 50, 4C and 82. RGB value is (80,76,130). Sum of RGB (Red+Green+Blue) = 80+76+130=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 130 - color contains mainly: blue. Hex color #504C82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504C82 is #AFB37D. Grayscale: #535353. Windows color (decimal): -11514750 or 8539216. OLE color: 8539216.

HSL color Cylindrical-coordinate representation of color #504C82: hue angle of 244.44º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #504C82 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8076130-
CMYK0.380.4200.49
HSL244.44º26.21%40.39%-
HSV(B)244.44º41.54%50.98%-
XYZ9.928.4922.23-
YUV83.35154.33125.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.97%
GREEN value IS 76 (30.08% from 255) = 26.57%
BLUE value IS 130 (51.17% from 255) = 45.45%
R=27.97%
G=26.57%
B=45.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80761300.380.4200.49244.4426.2140.39
Hex504C82262A031f41a28
Octal12011420246520613643250
Binary101000010011001000001010011010101001100011111010011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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