#544876

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

Shades of Victoria #544876

Tints of Victoria #544876

Color information

#544876 (or 0x544876) is unknown color: approx Victoria. HEX triplet: 54, 48 and 76. RGB value is (84,72,118). Sum of RGB (Red+Green+Blue) = 84+72+118=274 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.66% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 118 - color contains mainly: blue. Hex color #544876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544876 is #ABB789. Grayscale: #505050. Windows color (decimal): -11253642 or 7751764. OLE color: 7751764.

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

Color convert

RGB8472118-
CMYK0.290.3900.54
HSL255.65º24.21%37.25%-
HSV(B)255.65º38.98%46.27%-
XYZ9.247.8318.16-
YUV80.83148.98130.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.66%
GREEN value IS 72 (28.52% from 255) = 26.28%
BLUE value IS 118 (46.48% from 255) = 43.07%
R=30.66%
G=26.28%
B=43.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84721180.290.3900.54255.6524.2137.25
Hex5448761D270361001825
Octal12411016635470664003045
Binary10101001001000111011011101100111011011010000000011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544876; }

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

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

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

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

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

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

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

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