#504782

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

Shades of Victoria #504782

Tints of Victoria #504782

Color information

#504782 (or 0x504782) is unknown color: approx Victoria. HEX triplet: 50, 47 and 82. RGB value is (80,71,130). Sum of RGB (Red+Green+Blue) = 80+71+130=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #504782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504782 is #AFB87D. Grayscale: #505050. Windows color (decimal): -11516030 or 8537936. OLE color: 8537936.

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

Color convert

RGB8071130-
CMYK0.380.4500.49
HSL249.15º29.35%39.41%-
HSV(B)249.15º45.38%50.98%-
XYZ9.597.8222.12-
YUV80.42155.98127.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.47%
GREEN value IS 71 (28.12% from 255) = 25.27%
BLUE value IS 130 (51.17% from 255) = 46.26%
R=28.47%
G=25.27%
B=46.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80711300.380.4500.49249.1529.3539.41
Hex504782262D031f91d27
Octal12010720246550613713547
Binary101000010001111000001010011010110101100011111100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504782; }

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

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

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

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

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

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

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

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