#50457C

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

Shades of Victoria #50457C

Tints of Victoria #50457C

Color information

#50457C (or 0x50457C) is unknown color: approx Victoria. HEX triplet: 50, 45 and 7C. RGB value is (80,69,124). Sum of RGB (Red+Green+Blue) = 80+69+124=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 124 - color contains mainly: blue. Hex color #50457C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50457C is #AFBA83. Grayscale: #4E4E4E. Windows color (decimal): -11516548 or 8144208. OLE color: 8144208.

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

Color convert

RGB8069124-
CMYK0.350.4400.51
HSL252º28.5%37.84%-
HSV(B)252º44.35%48.63%-
XYZ9.077.4220.02-
YUV78.56153.64129.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.30%
GREEN value IS 69 (27.34% from 255) = 25.27%
BLUE value IS 124 (48.83% from 255) = 45.42%
R=29.30%
G=25.27%
B=45.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80691240.350.4400.5125228.537.84
Hex50457C232C033fc1c26
Octal12010517443540633743446
Binary10100001000101111110010001110110001100111111110011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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