#544982

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

Shades of Victoria #544982

Tints of Victoria #544982

Color information

#544982 (or 0x544982) is unknown color: approx Victoria. HEX triplet: 54, 49 and 82. RGB value is (84,73,130). Sum of RGB (Red+Green+Blue) = 84+73+130=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #544982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544982 is #ABB67D. Grayscale: #525252. Windows color (decimal): -11253374 or 8538452. OLE color: 8538452.

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

Color convert

RGB8473130-
CMYK0.350.4400.49
HSL251.58º28.08%39.8%-
HSV(B)251.58º43.85%50.98%-
XYZ10.078.2622.18-
YUV82.79154.64128.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.27%
GREEN value IS 73 (28.91% from 255) = 25.44%
BLUE value IS 130 (51.17% from 255) = 45.30%
R=29.27%
G=25.44%
B=45.30%

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
Decimal84731300.350.4400.49251.5828.0839.8
Hex544982232C031fc1c28
Octal12411120243540613743450
Binary101010010010011000001010001110110001100011111110011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544982; }

 p { color: rgb(84,73,130); }

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

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

 a { background-color: rgb(84,73,130); }

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

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

 span { border-color: rgb(84,73,130); }

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