#544C91

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

Shades of Victoria #544C91

Tints of Victoria #544C91

Color information

#544C91 (or 0x544C91) is unknown color: approx Victoria. HEX triplet: 54, 4C and 91. RGB value is (84,76,145). Sum of RGB (Red+Green+Blue) = 84+76+145=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 145 (57.03% from 255 or 47.54% from 305); Max value from RGB is 145 - color contains mainly: blue. Hex color #544C91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544C91 is #ABB36E. Grayscale: #555555. Windows color (decimal): -11252591 or 9522260. OLE color: 9522260.

HSL color Cylindrical-coordinate representation of color #544C91: hue angle of 246.96º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #544C91 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8476145-
CMYK0.420.4800.43
HSL246.96º31.22%43.33%-
HSV(B)246.96º47.59%56.86%-
XYZ11.359.127.95-
YUV86.26161.15126.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.54%
GREEN value IS 76 (30.08% from 255) = 24.92%
BLUE value IS 145 (57.03% from 255) = 47.54%
R=27.54%
G=24.92%
B=47.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal84761450.420.4800.43246.9631.2243.33
Hex544C912A3002Bf71f2b
Octal12411422152600533673753
Binary101010010011001001000110101011000001010111111011111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,76,145); }

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

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

 a { background-color: rgb(84,76,145); }

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

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

 span { border-color: rgb(84,76,145); }

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