#544877

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

Shades of Victoria #544877

Tints of Victoria #544877

Color information

#544877 (or 0x544877) is unknown color: approx Victoria. HEX triplet: 54, 48 and 77. RGB value is (84,72,119). Sum of RGB (Red+Green+Blue) = 84+72+119=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 119 - color contains mainly: blue. Hex color #544877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544877 is #ABB788. Grayscale: #505050. Windows color (decimal): -11253641 or 7817300. OLE color: 7817300.

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

Color convert

RGB8472119-
CMYK0.290.3900.53
HSL255.32º24.61%37.45%-
HSV(B)255.32º39.5%46.67%-
XYZ9.37.8518.48-
YUV80.95149.48130.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.55%
GREEN value IS 72 (28.52% from 255) = 26.18%
BLUE value IS 119 (46.88% from 255) = 43.27%
R=30.55%
G=26.18%
B=43.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal84721190.290.3900.53255.3224.6137.45
Hex5448771D27035ff1925
Octal12411016735470653773145
Binary1010100100100011101111110110011101101011111111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544877; }

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

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

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

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

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

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

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

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