#544E84

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

Shades of Victoria #544E84

Tints of Victoria #544E84

Color information

#544E84 (or 0x544E84) is unknown color: approx Victoria. HEX triplet: 54, 4E and 84. RGB value is (84,78,132). Sum of RGB (Red+Green+Blue) = 84+78+132=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 132 - color contains mainly: blue. Hex color #544E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #544E84 is #ABB17B. Grayscale: #555555. Windows color (decimal): -11252092 or 8670804. OLE color: 8670804.

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

Color convert

RGB8478132-
CMYK0.360.4100.48
HSL246.67º25.71%41.18%-
HSV(B)246.67º40.91%51.76%-
XYZ10.55923.01-
YUV85.95153.99126.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.57%
GREEN value IS 78 (30.86% from 255) = 26.53%
BLUE value IS 132 (51.95% from 255) = 44.90%
R=28.57%
G=26.53%
B=44.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84781320.360.4100.48246.6725.7141.18
Hex544E842429030f71a29
Octal12411620444510603673251
Binary101010010011101000010010010010100101100001111011111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,78,132); }

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

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

 a { background-color: rgb(84,78,132); }

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

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

 span { border-color: rgb(84,78,132); }

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