#50488A

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

Shades of Victoria #50488A

Tints of Victoria #50488A

Color information

#50488A (or 0x50488A) is unknown color: approx Victoria. HEX triplet: 50, 48 and 8A. RGB value is (80,72,138). Sum of RGB (Red+Green+Blue) = 80+72+138=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 138 - color contains mainly: blue. Hex color #50488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50488A is #AFB775. Grayscale: #515151. Windows color (decimal): -11515766 or 9062480. OLE color: 9062480.

HSL color Cylindrical-coordinate representation of color #50488A: hue angle of 247.27º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50488A is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8072138-
CMYK0.420.4800.46
HSL247.27º31.43%41.18%-
HSV(B)247.27º47.83%54.12%-
XYZ10.218.1825.08-
YUV81.92159.65126.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.59%
GREEN value IS 72 (28.52% from 255) = 24.83%
BLUE value IS 138 (54.30% from 255) = 47.59%
R=27.59%
G=24.83%
B=47.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80721380.420.4800.46247.2731.4341.18
Hex50488A2A3002Ef71f29
Octal12011021252600563673751
Binary101000010010001000101010101011000001011101111011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50488A; }

 p { color: rgb(80,72,138); }

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

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

 a { background-color: rgb(80,72,138); }

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

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

 span { border-color: rgb(80,72,138); }

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