#544A93

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

Shades of Victoria #544A93

Tints of Victoria #544A93

Color information

#544A93 (or 0x544A93) is unknown color: approx Victoria. HEX triplet: 54, 4A and 93. RGB value is (84,74,147). Sum of RGB (Red+Green+Blue) = 84+74+147=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #544A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544A93 is #ABB56C. Grayscale: #555555. Windows color (decimal): -11253101 or 9652820. OLE color: 9652820.

HSL color Cylindrical-coordinate representation of color #544A93: hue angle of 248.22º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #544A93 is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8474147-
CMYK0.430.5000.42
HSL248.22º33.03%43.33%-
HSV(B)248.22º49.66%57.65%-
XYZ11.378.8928.72-
YUV85.31162.81127.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.54%
GREEN value IS 74 (29.30% from 255) = 24.26%
BLUE value IS 147 (57.81% from 255) = 48.20%
R=27.54%
G=24.26%
B=48.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84741470.430.5000.42248.2233.0343.33
Hex544A932B3202Af8212b
Octal12411222353620523704153
Binary1010100100101010010011101011110010010101011111000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,74,147); }

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

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

 a { background-color: rgb(84,74,147); }

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

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

 span { border-color: rgb(84,74,147); }

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