#504589

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

Shades of Victoria #504589

Tints of Victoria #504589

Color information

#504589 (or 0x504589) is unknown color: approx Victoria. HEX triplet: 50, 45 and 89. RGB value is (80,69,137). Sum of RGB (Red+Green+Blue) = 80+69+137=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #504589 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504589 is #AFBA76. Grayscale: #4F4F4F. Windows color (decimal): -11516535 or 8996176. OLE color: 8996176.

HSL color Cylindrical-coordinate representation of color #504589: hue angle of 249.71º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #504589 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8069137-
CMYK0.420.5000.46
HSL249.71º33.01%40.39%-
HSV(B)249.71º49.64%53.73%-
XYZ9.957.7724.64-
YUV80.04160.14127.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.97%
GREEN value IS 69 (27.34% from 255) = 24.13%
BLUE value IS 137 (53.91% from 255) = 47.90%
R=27.97%
G=24.13%
B=47.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80691370.420.5000.46249.7133.0140.39
Hex5045892A3202Efa2128
Octal12010521152620563724150
Binary1010000100010110001001101010110010010111011111010100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504589; }

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

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

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

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

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

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

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

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