#50497C

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

Shades of Victoria #50497C

Tints of Victoria #50497C

Color information

#50497C (or 0x50497C) is unknown color: approx Victoria. HEX triplet: 50, 49 and 7C. RGB value is (80,73,124). Sum of RGB (Red+Green+Blue) = 80+73+124=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #50497C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50497C is #AFB683. Grayscale: #505050. Windows color (decimal): -11515524 or 8145232. OLE color: 8145232.

HSL color Cylindrical-coordinate representation of color #50497C: hue angle of 248.24º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #50497C is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8073124-
CMYK0.350.4100.51
HSL248.24º25.89%38.63%-
HSV(B)248.24º41.13%48.63%-
XYZ9.337.9320.11-
YUV80.91152.32127.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.88%
GREEN value IS 73 (28.91% from 255) = 26.35%
BLUE value IS 124 (48.83% from 255) = 44.77%
R=28.88%
G=26.35%
B=44.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80731240.350.4100.51248.2425.8938.63
Hex50497C2329033f81a27
Octal12011117443510633703247
Binary10100001001001111110010001110100101100111111100011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50497C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50497C; }

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

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

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

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

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

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

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

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