#50517E

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

Shades of Victoria #50517E

Tints of Victoria #50517E

Color information

#50517E (or 0x50517E) is unknown color: approx Victoria. HEX triplet: 50, 51 and 7E. RGB value is (80,81,126). Sum of RGB (Red+Green+Blue) = 80+81+126=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 126 (49.61% from 255 or 43.90% from 287); Max value from RGB is 126 - color contains mainly: blue. Hex color #50517E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50517E is #AFAE81. Grayscale: #555555. Windows color (decimal): -11513474 or 8278352. OLE color: 8278352.

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

Color convert

RGB8081126-
CMYK0.370.3600.51
HSL238.7º22.33%40.39%-
HSV(B)238.7º36.51%49.41%-
XYZ10.029.120.97-
YUV85.83150.67123.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.87%
GREEN value IS 81 (32.03% from 255) = 28.22%
BLUE value IS 126 (49.61% from 255) = 43.90%
R=27.87%
G=28.22%
B=43.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80811260.370.3600.51238.722.3340.39
Hex50517E2524033ef1628
Octal12012117645440633572650
Binary10100001010001111111010010110010001100111110111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50517E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50517E; }

 p { color: rgb(80,81,126); }

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

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

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

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

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

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

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