#544778

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

Shades of Victoria #544778

Tints of Victoria #544778

Color information

#544778 (or 0x544778) is unknown color: approx Victoria. HEX triplet: 54, 47 and 78. RGB value is (84,71,120). Sum of RGB (Red+Green+Blue) = 84+71+120=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 120 - color contains mainly: blue. Hex color #544778 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544778 is #ABB887. Grayscale: #505050. Windows color (decimal): -11253896 or 7882580. OLE color: 7882580.

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

Color convert

RGB8471120-
CMYK0.30.4100.53
HSL255.92º25.65%37.45%-
HSV(B)255.92º40.83%47.06%-
XYZ9.37.7518.77-
YUV80.47150.31130.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.55%
GREEN value IS 71 (28.12% from 255) = 25.82%
BLUE value IS 120 (47.27% from 255) = 43.64%
R=30.55%
G=25.82%
B=43.64%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal84711200.30.4100.53255.9225.6537.45
Hex5447781E290351001a25
Octal12410717036510654003245
Binary10101001000111111100011110101001011010110000000011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544778; }

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

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

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

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

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

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

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

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