#50447A

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

Shades of Victoria #50447A

Tints of Victoria #50447A

Color information

#50447A (or 0x50447A) is unknown color: approx Victoria. HEX triplet: 50, 44 and 7A. RGB value is (80,68,122). Sum of RGB (Red+Green+Blue) = 80+68+122=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 122 - color contains mainly: blue. Hex color #50447A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50447A is #AFBB85. Grayscale: #4D4D4D. Windows color (decimal): -11516806 or 8012880. OLE color: 8012880.

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

Color convert

RGB8068122-
CMYK0.340.4400.52
HSL253.33º28.42%37.25%-
HSV(B)253.33º44.26%47.84%-
XYZ8.897.2419.34-
YUV77.74152.98129.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.63%
GREEN value IS 68 (26.95% from 255) = 25.19%
BLUE value IS 122 (48.05% from 255) = 45.19%
R=29.63%
G=25.19%
B=45.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80681220.340.4400.52253.3328.4237.25
Hex50447A222C034fd1c25
Octal12010417242540643753445
Binary10100001000100111101010001010110001101001111110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50447A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,68,122); }

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

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

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

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

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

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

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