#544D84

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

Shades of Victoria #544D84

Tints of Victoria #544D84

Color information

#544D84 (or 0x544D84) is unknown color: approx Victoria. HEX triplet: 54, 4D and 84. RGB value is (84,77,132). Sum of RGB (Red+Green+Blue) = 84+77+132=293 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.67% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 132 - color contains mainly: blue. Hex color #544D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #544D84 is #ABB27B. Grayscale: #555555. Windows color (decimal): -11252348 or 8670548. OLE color: 8670548.

HSL color Cylindrical-coordinate representation of color #544D84: hue angle of 247.64º degrees, saturation: 0.26, 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 #544D84 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8477132-
CMYK0.360.4200.48
HSL247.64º26.32%40.98%-
HSV(B)247.64º41.67%51.76%-
XYZ10.478.8622.99-
YUV85.36154.32127.03-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.67%
GREEN value IS 77 (30.47% from 255) = 26.28%
BLUE value IS 132 (51.95% from 255) = 45.05%
R=28.67%
G=26.28%
B=45.05%

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
Decimal84771320.360.4200.48247.6426.3240.98
Hex544D84242A030f81a29
Octal12411520444520603703251
Binary101010010011011000010010010010101001100001111100011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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