#50487B

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

Shades of Victoria #50487B

Tints of Victoria #50487B

Color information

#50487B (or 0x50487B) is unknown color: approx Victoria. HEX triplet: 50, 48 and 7B. RGB value is (80,72,123). Sum of RGB (Red+Green+Blue) = 80+72+123=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 123 - color contains mainly: blue. Hex color #50487B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50487B is #AFB784. Grayscale: #505050. Windows color (decimal): -11515781 or 8079440. OLE color: 8079440.

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

Color convert

RGB8072123-
CMYK0.350.4100.52
HSL249.41º26.15%38.24%-
HSV(B)249.41º41.46%48.24%-
XYZ9.27.7719.75-
YUV80.21152.15127.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.09%
GREEN value IS 72 (28.52% from 255) = 26.18%
BLUE value IS 123 (48.44% from 255) = 44.73%
R=29.09%
G=26.18%
B=44.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80721230.350.4100.52249.4126.1538.24
Hex50487B2329034f91a26
Octal12011017343510643713246
Binary10100001001000111101110001110100101101001111100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50487B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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