#544973

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

Shades of Victoria #544973

Tints of Victoria #544973

Color information

#544973 (or 0x544973) is unknown color: approx Victoria. HEX triplet: 54, 49 and 73. RGB value is (84,73,115). Sum of RGB (Red+Green+Blue) = 84+73+115=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 115 - color contains mainly: blue. Hex color #544973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544973 is #ABB68C. Grayscale: #505050. Windows color (decimal): -11253389 or 7555412. OLE color: 7555412.

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

Color convert

RGB8473115-
CMYK0.270.3700.55
HSL255.71º22.34%36.86%-
HSV(B)255.71º36.52%45.1%-
XYZ9.137.8917.26-
YUV81.08147.14130.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.88%
GREEN value IS 73 (28.91% from 255) = 26.84%
BLUE value IS 115 (45.31% from 255) = 42.28%
R=30.88%
G=26.84%
B=42.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84731150.270.3700.55255.7122.3436.86
Hex5449731B250371001625
Octal12411116333450674002645
Binary10101001001001111001111011100101011011110000000010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544973; }

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

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

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

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

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

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

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

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