#544D8D

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

Shades of Victoria #544D8D

Tints of Victoria #544D8D

Color information

#544D8D (or 0x544D8D) is unknown color: approx Victoria. HEX triplet: 54, 4D and 8D. RGB value is (84,77,141). Sum of RGB (Red+Green+Blue) = 84+77+141=302 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.81% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 141 - color contains mainly: blue. Hex color #544D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #544D8D is #ABB272. Grayscale: #565656. Windows color (decimal): -11252339 or 9260372. OLE color: 9260372.

HSL color Cylindrical-coordinate representation of color #544D8D: hue angle of 246.56º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #544D8D is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8477141-
CMYK0.400.4500.45
HSL246.56º29.36%42.75%-
HSV(B)246.56º45.39%55.29%-
XYZ11.129.1226.37-
YUV86.39158.82126.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.81%
GREEN value IS 77 (30.47% from 255) = 25.50%
BLUE value IS 141 (55.47% from 255) = 46.69%
R=27.81%
G=25.50%
B=46.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84771410.400.4500.45246.5629.3642.75
Hex544D8D282D02Df71d2b
Octal12411521550550553673553
Binary101010010011011000110110100010110101011011111011111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544D8D; }

 p { color: rgb(84,77,141); }

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

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

 a { background-color: rgb(84,77,141); }

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

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

 span { border-color: rgb(84,77,141); }

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