#50487D

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

Shades of Victoria #50487D

Tints of Victoria #50487D

Color information

#50487D (or 0x50487D) is unknown color: approx Victoria. HEX triplet: 50, 48 and 7D. RGB value is (80,72,125). Sum of RGB (Red+Green+Blue) = 80+72+125=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 125 - color contains mainly: blue. Hex color #50487D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50487D is #AFB782. Grayscale: #505050. Windows color (decimal): -11515779 or 8210512. OLE color: 8210512.

HSL color Cylindrical-coordinate representation of color #50487D: hue angle of 249.06º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50487D is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8072125-
CMYK0.360.4200.51
HSL249.06º26.9%38.63%-
HSV(B)249.06º42.4%49.02%-
XYZ9.337.8220.42-
YUV80.43153.15127.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.88%
GREEN value IS 72 (28.52% from 255) = 25.99%
BLUE value IS 125 (49.22% from 255) = 45.13%
R=28.88%
G=25.99%
B=45.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80721250.360.4200.51249.0626.938.63
Hex50487D242A033f91b27
Octal12011017544520633713347
Binary10100001001000111110110010010101001100111111100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50487D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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