#50507C

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

Shades of Victoria #50507C

Tints of Victoria #50507C

Color information

#50507C (or 0x50507C) is unknown color: approx Victoria. HEX triplet: 50, 50 and 7C. RGB value is (80,80,124). Sum of RGB (Red+Green+Blue) = 80+80+124=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: blue. Hex color #50507C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50507C is #AFAF83. Grayscale: #545454. Windows color (decimal): -11513732 or 8147024. OLE color: 8147024.

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

Color convert

RGB8080124-
CMYK0.350.3500.51
HSL240º21.57%40%-
HSV(B)240º35.48%48.63%-
XYZ9.828.920.27-
YUV85.02150124.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.17%
GREEN value IS 80 (31.64% from 255) = 28.17%
BLUE value IS 124 (48.83% from 255) = 43.66%
R=28.17%
G=28.17%
B=43.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80801240.350.3500.5124021.5740
Hex50507C2323033f01628
Octal12012017443430633602650
Binary10100001010000111110010001110001101100111111000010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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