#544886

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

Shades of Victoria #544886

Tints of Victoria #544886

Color information

#544886 (or 0x544886) is unknown color: approx Victoria. HEX triplet: 54, 48 and 86. RGB value is (84,72,134). Sum of RGB (Red+Green+Blue) = 84+72+134=290 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.97% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 134 (52.73% from 255 or 46.21% from 290); Max value from RGB is 134 - color contains mainly: blue. Hex color #544886 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544886 is #ABB779. Grayscale: #525252. Windows color (decimal): -11253626 or 8800340. OLE color: 8800340.

HSL color Cylindrical-coordinate representation of color #544886: hue angle of 251.61º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #544886 is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8472134-
CMYK0.370.4600.47
HSL251.61º30.1%40.39%-
HSV(B)251.61º46.27%52.55%-
XYZ10.288.2423.6-
YUV82.66156.98128.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.97%
GREEN value IS 72 (28.52% from 255) = 24.83%
BLUE value IS 134 (52.73% from 255) = 46.21%
R=28.97%
G=24.83%
B=46.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal84721340.370.4600.47251.6130.140.39
Hex544886252E02Ffc1e28
Octal12411020645560573743650
Binary101010010010001000011010010110111001011111111110011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544886; }

 p { color: rgb(84,72,134); }

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

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

 a { background-color: rgb(84,72,134); }

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

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

 span { border-color: rgb(84,72,134); }

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