#504D85

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

Shades of Victoria #504D85

Tints of Victoria #504D85

Color information

#504D85 (or 0x504D85) is unknown color: approx Victoria. HEX triplet: 50, 4D and 85. RGB value is (80,77,133). Sum of RGB (Red+Green+Blue) = 80+77+133=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 133 - color contains mainly: blue. Hex color #504D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504D85 is #AFB27A. Grayscale: #545454. Windows color (decimal): -11514491 or 8736080. OLE color: 8736080.

HSL color Cylindrical-coordinate representation of color #504D85: hue angle of 243.21º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #504D85 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8077133-
CMYK0.400.4200.48
HSL243.21º26.67%41.18%-
HSV(B)243.21º42.11%52.16%-
XYZ10.28.7123.33-
YUV84.28155.49124.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.59%
GREEN value IS 77 (30.47% from 255) = 26.55%
BLUE value IS 133 (52.34% from 255) = 45.86%
R=27.59%
G=26.55%
B=45.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80771330.400.4200.48243.2126.6741.18
Hex504D85282A030f31b29
Octal12011520550520603633351
Binary101000010011011000010110100010101001100001111001111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504D85; }

 p { color: rgb(80,77,133); }

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

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

 a { background-color: rgb(80,77,133); }

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

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

 span { border-color: rgb(80,77,133); }

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