#504889

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

Shades of Victoria #504889

Tints of Victoria #504889

Color information

#504889 (or 0x504889) is unknown color: approx Victoria. HEX triplet: 50, 48 and 89. RGB value is (80,72,137). Sum of RGB (Red+Green+Blue) = 80+72+137=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 137 (53.91% from 255 or 47.40% from 289); Max value from RGB is 137 - color contains mainly: blue. Hex color #504889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504889 is #AFB776. Grayscale: #515151. Windows color (decimal): -11515767 or 8996944. OLE color: 8996944.

HSL color Cylindrical-coordinate representation of color #504889: hue angle of 247.38º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #504889 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8072137-
CMYK0.420.4700.46
HSL247.38º31.1%40.98%-
HSV(B)247.38º47.45%53.73%-
XYZ10.148.1524.7-
YUV81.8159.15126.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.68%
GREEN value IS 72 (28.52% from 255) = 24.91%
BLUE value IS 137 (53.91% from 255) = 47.40%
R=27.68%
G=24.91%
B=47.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80721370.420.4700.46247.3831.140.98
Hex5048892A2F02Ef71f29
Octal12011021152570563673751
Binary101000010010001000100110101010111101011101111011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504889; }

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

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

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

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

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

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

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

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