#544391

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

Shades of Gigas #544391

Tints of Gigas #544391

Color information

#544391 (or 0x544391) is unknown color: approx Gigas. HEX triplet: 54, 43 and 91. RGB value is (84,67,145). Sum of RGB (Red+Green+Blue) = 84+67+145=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #544391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544391 is #ABBC6E. Grayscale: #505050. Windows color (decimal): -11254895 or 9519956. OLE color: 9519956.

HSL color Cylindrical-coordinate representation of color #544391: hue angle of 253.08º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #544391 is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8467145-
CMYK0.420.5400.43
HSL253.08º36.79%41.57%-
HSV(B)253.08º53.79%56.86%-
XYZ10.777.9427.75-
YUV80.97164.13130.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.38%
GREEN value IS 67 (26.56% from 255) = 22.64%
BLUE value IS 145 (57.03% from 255) = 48.99%
R=28.38%
G=22.64%
B=48.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal84671450.420.5400.43253.0836.7941.57
Hex5443912A3602Bfd252a
Octal12410322152660533754552
Binary1010100100001110010001101010110110010101111111101100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544391; }

 p { color: rgb(84,67,145); }

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

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

 a { background-color: rgb(84,67,145); }

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

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

 span { border-color: rgb(84,67,145); }

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