#544A88

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

Shades of Victoria #544A88

Tints of Victoria #544A88

Color information

#544A88 (or 0x544A88) is unknown color: approx Victoria. HEX triplet: 54, 4A and 88. RGB value is (84,74,136). Sum of RGB (Red+Green+Blue) = 84+74+136=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 136 - color contains mainly: blue. Hex color #544A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544A88 is #ABB577. Grayscale: #535353. Windows color (decimal): -11253112 or 8931924. OLE color: 8931924.

HSL color Cylindrical-coordinate representation of color #544A88: hue angle of 249.68º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #544A88 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8474136-
CMYK0.380.4600.47
HSL249.68º29.52%41.18%-
HSV(B)249.68º45.59%53.33%-
XYZ10.558.5624.39-
YUV84.06157.31127.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.57%
GREEN value IS 74 (29.30% from 255) = 25.17%
BLUE value IS 136 (53.52% from 255) = 46.26%
R=28.57%
G=25.17%
B=46.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal84741360.380.4600.47249.6829.5241.18
Hex544A88262E02Ffa1e29
Octal12411221046560573723651
Binary101010010010101000100010011010111001011111111101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544A88; }

 p { color: rgb(84,74,136); }

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

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

 a { background-color: rgb(84,74,136); }

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

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

 span { border-color: rgb(84,74,136); }

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