#544A8C

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

Shades of Victoria #544A8C

Tints of Victoria #544A8C

Color information

#544A8C (or 0x544A8C) is unknown color: approx Victoria. HEX triplet: 54, 4A and 8C. RGB value is (84,74,140). Sum of RGB (Red+Green+Blue) = 84+74+140=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 140 - color contains mainly: blue. Hex color #544A8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544A8C is #ABB573. Grayscale: #545454. Windows color (decimal): -11253108 or 9194068. OLE color: 9194068.

HSL color Cylindrical-coordinate representation of color #544A8C: hue angle of 249.09º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #544A8C is Cyan = 0.4, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8474140-
CMYK0.40.4700.45
HSL249.09º30.84%41.96%-
HSV(B)249.09º47.14%54.9%-
XYZ10.848.6825.91-
YUV84.51159.31127.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.19%
GREEN value IS 74 (29.30% from 255) = 24.83%
BLUE value IS 140 (55.08% from 255) = 46.98%
R=28.19%
G=24.83%
B=46.98%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84741400.40.4700.45249.0930.8441.96
Hex544A8C282F02Df91f2a
Octal12411221450570553713752
Binary101010010010101000110010100010111101011011111100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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