#544776

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

Shades of Victoria #544776

Tints of Victoria #544776

Color information

#544776 (or 0x544776) is unknown color: approx Victoria. HEX triplet: 54, 47 and 76. RGB value is (84,71,118). Sum of RGB (Red+Green+Blue) = 84+71+118=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 118 - color contains mainly: blue. Hex color #544776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544776 is #ABB889. Grayscale: #505050. Windows color (decimal): -11253898 or 7751508. OLE color: 7751508.

HSL color Cylindrical-coordinate representation of color #544776: hue angle of 256.6º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #544776 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8471118-
CMYK0.290.4000.54
HSL256.6º24.87%37.06%-
HSV(B)256.6º39.83%46.27%-
XYZ9.187.718.14-
YUV80.24149.31130.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.77%
GREEN value IS 71 (28.12% from 255) = 26.01%
BLUE value IS 118 (46.48% from 255) = 43.22%
R=30.77%
G=26.01%
B=43.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84711180.290.4000.54256.624.8737.06
Hex5447761D280361011925
Octal12410716635500664013145
Binary10101001000111111011011101101000011011010000000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544776; }

 p { color: rgb(84,71,118); }

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

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

 a { background-color: rgb(84,71,118); }

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

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

 span { border-color: rgb(84,71,118); }

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