#50457B

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

Shades of Victoria #50457B

Tints of Victoria #50457B

Color information

#50457B (or 0x50457B) is unknown color: approx Victoria. HEX triplet: 50, 45 and 7B. RGB value is (80,69,123). Sum of RGB (Red+Green+Blue) = 80+69+123=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 123 - color contains mainly: blue. Hex color #50457B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50457B is #AFBA84. Grayscale: #4E4E4E. Windows color (decimal): -11516549 or 8078672. OLE color: 8078672.

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

Color convert

RGB8069123-
CMYK0.350.4400.52
HSL252.22º28.12%37.65%-
HSV(B)252.22º43.9%48.24%-
XYZ9.017.3919.69-
YUV78.45153.14129.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.41%
GREEN value IS 69 (27.34% from 255) = 25.37%
BLUE value IS 123 (48.44% from 255) = 45.22%
R=29.41%
G=25.37%
B=45.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80691230.350.4400.52252.2228.1237.65
Hex50457B232C034fc1c26
Octal12010517343540643743446
Binary10100001000101111101110001110110001101001111110011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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