#544E8B

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

Shades of Victoria #544E8B

Tints of Victoria #544E8B

Color information

#544E8B (or 0x544E8B) is unknown color: approx Victoria. HEX triplet: 54, 4E and 8B. RGB value is (84,78,139). Sum of RGB (Red+Green+Blue) = 84+78+139=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #544E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #544E8B is #ABB174. Grayscale: #565656. Windows color (decimal): -11252085 or 9129556. OLE color: 9129556.

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

Color convert

RGB8478139-
CMYK0.400.4400.45
HSL245.9º28.11%42.55%-
HSV(B)245.9º43.88%54.51%-
XYZ11.049.225.62-
YUV86.75157.49126.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.91%
GREEN value IS 78 (30.86% from 255) = 25.91%
BLUE value IS 139 (54.69% from 255) = 46.18%
R=27.91%
G=25.91%
B=46.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84781390.400.4400.45245.928.1142.55
Hex544E8B282C02Df61c2b
Octal12411621350540553663453
Binary101010010011101000101110100010110001011011111011011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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