#544881

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

Shades of Victoria #544881

Tints of Victoria #544881

Color information

#544881 (or 0x544881) is unknown color: approx Victoria. HEX triplet: 54, 48 and 81. RGB value is (84,72,129). Sum of RGB (Red+Green+Blue) = 84+72+129=285 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.47% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 129 - color contains mainly: blue. Hex color #544881 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544881 is #ABB77E. Grayscale: #515151. Windows color (decimal): -11253631 or 8472660. OLE color: 8472660.

HSL color Cylindrical-coordinate representation of color #544881: hue angle of 252.63º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #544881 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8472129-
CMYK0.350.4400.49
HSL252.63º28.36%39.41%-
HSV(B)252.63º44.19%50.59%-
XYZ9.948.121.81-
YUV82.09154.48129.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.47%
GREEN value IS 72 (28.52% from 255) = 25.26%
BLUE value IS 129 (50.78% from 255) = 45.26%
R=29.47%
G=25.26%
B=45.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal84721290.350.4400.49252.6328.3639.41
Hex544881232C031fd1c27
Octal12411020143540613753447
Binary101010010010001000000110001110110001100011111110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544881; }

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

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

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

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

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

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

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

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