#504584

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

Shades of Victoria #504584

Tints of Victoria #504584

Color information

#504584 (or 0x504584) is unknown color: approx Victoria. HEX triplet: 50, 45 and 84. RGB value is (80,69,132). Sum of RGB (Red+Green+Blue) = 80+69+132=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 132 - color contains mainly: blue. Hex color #504584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504584 is #AFBA7B. Grayscale: #4F4F4F. Windows color (decimal): -11516540 or 8668496. OLE color: 8668496.

HSL color Cylindrical-coordinate representation of color #504584: hue angle of 250.48º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #504584 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8069132-
CMYK0.390.4800.48
HSL250.48º31.34%39.41%-
HSV(B)250.48º47.73%51.76%-
XYZ9.67.6322.8-
YUV79.47157.64128.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.47%
GREEN value IS 69 (27.34% from 255) = 24.56%
BLUE value IS 132 (51.95% from 255) = 46.98%
R=28.47%
G=24.56%
B=46.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80691320.390.4800.48250.4831.3439.41
Hex5045842730030fa1f27
Octal12010520447600603723747
Binary101000010001011000010010011111000001100001111101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504584; }

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

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

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

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

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

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

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

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