#544C84

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

Shades of Victoria #544C84

Tints of Victoria #544C84

Color information

#544C84 (or 0x544C84) is unknown color: approx Victoria. HEX triplet: 54, 4C and 84. RGB value is (84,76,132). Sum of RGB (Red+Green+Blue) = 84+76+132=292 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.77% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 132 (51.95% from 255 or 45.21% from 292); Max value from RGB is 132 - color contains mainly: blue. Hex color #544C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544C84 is #ABB37B. Grayscale: #545454. Windows color (decimal): -11252604 or 8670292. OLE color: 8670292.

HSL color Cylindrical-coordinate representation of color #544C84: hue angle of 248.57º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #544C84 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8476132-
CMYK0.360.4200.48
HSL248.57º26.92%40.78%-
HSV(B)248.57º42.42%51.76%-
XYZ10.418.7222.96-
YUV84.78154.65127.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.77%
GREEN value IS 76 (30.08% from 255) = 26.03%
BLUE value IS 132 (51.95% from 255) = 45.21%
R=28.77%
G=26.03%
B=45.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84761320.360.4200.48248.5726.9240.78
Hex544C84242A030f91b29
Octal12411420444520603713351
Binary101010010011001000010010010010101001100001111100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,76,132); }

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

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

 a { background-color: rgb(84,76,132); }

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

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

 span { border-color: rgb(84,76,132); }

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