#504786

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

Shades of Victoria #504786

Tints of Victoria #504786

Color information

#504786 (or 0x504786) is unknown color: approx Victoria. HEX triplet: 50, 47 and 86. RGB value is (80,71,134). Sum of RGB (Red+Green+Blue) = 80+71+134=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 134 (52.73% from 255 or 47.02% from 285); Max value from RGB is 134 - color contains mainly: blue. Hex color #504786 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504786 is #AFB879. Grayscale: #505050. Windows color (decimal): -11516026 or 8800080. OLE color: 8800080.

HSL color Cylindrical-coordinate representation of color #504786: hue angle of 248.57º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #504786 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8071134-
CMYK0.400.4700.47
HSL248.57º30.73%40.2%-
HSV(B)248.57º47.01%52.55%-
XYZ9.867.9323.57-
YUV80.87157.98127.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.07%
GREEN value IS 71 (28.12% from 255) = 24.91%
BLUE value IS 134 (52.73% from 255) = 47.02%
R=28.07%
G=24.91%
B=47.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80711340.400.4700.47248.5730.7340.2
Hex504786282F02Ff91f28
Octal12010720650570573713750
Binary101000010001111000011010100010111101011111111100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504786; }

 p { color: rgb(80,71,134); }

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

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

 a { background-color: rgb(80,71,134); }

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

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

 span { border-color: rgb(80,71,134); }

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