#504987

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

Shades of Victoria #504987

Tints of Victoria #504987

Color information

#504987 (or 0x504987) is unknown color: approx Victoria. HEX triplet: 50, 49 and 87. RGB value is (80,73,135). Sum of RGB (Red+Green+Blue) = 80+73+135=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 135 (53.12% from 255 or 46.88% from 288); Max value from RGB is 135 - color contains mainly: blue. Hex color #504987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504987 is #AFB678. Grayscale: #515151. Windows color (decimal): -11515513 or 8866128. OLE color: 8866128.

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

Color convert

RGB8073135-
CMYK0.410.4600.47
HSL246.77º29.81%40.78%-
HSV(B)246.77º45.93%52.94%-
XYZ10.068.2223.98-
YUV82.16157.82126.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.78%
GREEN value IS 73 (28.91% from 255) = 25.35%
BLUE value IS 135 (53.12% from 255) = 46.88%
R=27.78%
G=25.35%
B=46.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80731350.410.4600.47246.7729.8140.78
Hex504987292E02Ff71e29
Octal12011120751560573673651
Binary101000010010011000011110100110111001011111111011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504987; }

 p { color: rgb(80,73,135); }

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

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

 a { background-color: rgb(80,73,135); }

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

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

 span { border-color: rgb(80,73,135); }

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