#504978

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

Shades of Victoria #504978

Tints of Victoria #504978

Color information

#504978 (or 0x504978) is unknown color: approx Victoria. HEX triplet: 50, 49 and 78. RGB value is (80,73,120). Sum of RGB (Red+Green+Blue) = 80+73+120=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 120 - color contains mainly: blue. Hex color #504978 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504978 is #AFB687. Grayscale: #505050. Windows color (decimal): -11515528 or 7883088. OLE color: 7883088.

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

Color convert

RGB8073120-
CMYK0.330.3900.53
HSL248.94º24.35%37.84%-
HSV(B)248.94º39.17%47.06%-
XYZ9.087.8318.8-
YUV80.45150.32127.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.30%
GREEN value IS 73 (28.91% from 255) = 26.74%
BLUE value IS 120 (47.27% from 255) = 43.96%
R=29.30%
G=26.74%
B=43.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80731200.330.3900.53248.9424.3537.84
Hex5049782127035f91826
Octal12011117041470653713046
Binary10100001001001111100010000110011101101011111100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504978; }

 p { color: rgb(80,73,120); }

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

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

 a { background-color: rgb(80,73,120); }

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

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

 span { border-color: rgb(80,73,120); }

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