#544981

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

Shades of Victoria #544981

Tints of Victoria #544981

Color information

#544981 (or 0x544981) is unknown color: approx Victoria. HEX triplet: 54, 49 and 81. RGB value is (84,73,129). Sum of RGB (Red+Green+Blue) = 84+73+129=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 129 - color contains mainly: blue. Hex color #544981 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544981 is #ABB67E. Grayscale: #525252. Windows color (decimal): -11253375 or 8472916. OLE color: 8472916.

HSL color Cylindrical-coordinate representation of color #544981: hue angle of 251.79º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #544981 is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8473129-
CMYK0.350.4300.49
HSL251.79º27.72%39.61%-
HSV(B)251.79º43.41%50.59%-
XYZ108.2321.83-
YUV82.67154.14128.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.37%
GREEN value IS 73 (28.91% from 255) = 25.52%
BLUE value IS 129 (50.78% from 255) = 45.10%
R=29.37%
G=25.52%
B=45.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal84731290.350.4300.49251.7927.7239.61
Hex544981232B031fc1c28
Octal12411120143530613743450
Binary101010010010011000000110001110101101100011111110011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544981; }

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

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

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

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

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

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

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

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