#544A73

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

Shades of Victoria #544A73

Tints of Victoria #544A73

Color information

#544A73 (or 0x544A73) is unknown color: approx Victoria. HEX triplet: 54, 4A and 73. RGB value is (84,74,115). Sum of RGB (Red+Green+Blue) = 84+74+115=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 115 - color contains mainly: blue. Hex color #544A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544A73 is #ABB58C. Grayscale: #515151. Windows color (decimal): -11253133 or 7555668. OLE color: 7555668.

HSL color Cylindrical-coordinate representation of color #544A73: hue angle of 254.63º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #544A73 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8474115-
CMYK0.270.3600.55
HSL254.63º21.69%37.06%-
HSV(B)254.63º35.65%45.1%-
XYZ9.28.0217.28-
YUV81.66146.81129.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.77%
GREEN value IS 74 (29.30% from 255) = 27.11%
BLUE value IS 115 (45.31% from 255) = 42.12%
R=30.77%
G=27.11%
B=42.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84741150.270.3600.55254.6321.6937.06
Hex544A731B24037ff1625
Octal12411216333440673772645
Binary1010100100101011100111101110010001101111111111110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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