#504582

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

Shades of Victoria #504582

Tints of Victoria #504582

Color information

#504582 (or 0x504582) is unknown color: approx Victoria. HEX triplet: 50, 45 and 82. RGB value is (80,69,130). Sum of RGB (Red+Green+Blue) = 80+69+130=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #504582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504582 is #AFBA7D. Grayscale: #4F4F4F. Windows color (decimal): -11516542 or 8537424. OLE color: 8537424.

HSL color Cylindrical-coordinate representation of color #504582: hue angle of 250.82º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #504582 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8069130-
CMYK0.380.4700.49
HSL250.82º30.65%39.02%-
HSV(B)250.82º46.92%50.98%-
XYZ9.477.5722.08-
YUV79.24156.64128.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.67%
GREEN value IS 69 (27.34% from 255) = 24.73%
BLUE value IS 130 (51.17% from 255) = 46.59%
R=28.67%
G=24.73%
B=46.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80691300.380.4700.49250.8230.6539.02
Hex504582262F031fb1f27
Octal12010520246570613733747
Binary101000010001011000001010011010111101100011111101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504582; }

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

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

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

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

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

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

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

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