#544885

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

Shades of Victoria #544885

Tints of Victoria #544885

Color information

#544885 (or 0x544885) is unknown color: approx Victoria. HEX triplet: 54, 48 and 85. RGB value is (84,72,133). Sum of RGB (Red+Green+Blue) = 84+72+133=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #544885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544885 is #ABB77A. Grayscale: #525252. Windows color (decimal): -11253627 or 8734804. OLE color: 8734804.

HSL color Cylindrical-coordinate representation of color #544885: hue angle of 251.8º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #544885 is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8472133-
CMYK0.370.4600.48
HSL251.8º29.76%40.2%-
HSV(B)251.8º45.86%52.16%-
XYZ10.218.2123.24-
YUV82.54156.48129.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.07%
GREEN value IS 72 (28.52% from 255) = 24.91%
BLUE value IS 133 (52.34% from 255) = 46.02%
R=29.07%
G=24.91%
B=46.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84721330.370.4600.48251.829.7640.2
Hex544885252E030fc1e28
Octal12411020545560603743650
Binary101010010010001000010110010110111001100001111110011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544885; }

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

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

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

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

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

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

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

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