#544791

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

Shades of Gigas #544791

Tints of Gigas #544791

Color information

#544791 (or 0x544791) is unknown color: approx Gigas. HEX triplet: 54, 47 and 91. RGB value is (84,71,145). Sum of RGB (Red+Green+Blue) = 84+71+145=300 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #544791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544791 is #ABB86E. Grayscale: #535353. Windows color (decimal): -11253871 or 9520980. OLE color: 9520980.

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

Color convert

RGB8471145-
CMYK0.420.5100.43
HSL250.54º34.26%42.35%-
HSV(B)250.54º51.03%56.86%-
XYZ11.028.4427.84-
YUV83.32162.81128.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28%
GREEN value IS 71 (28.12% from 255) = 23.67%
BLUE value IS 145 (57.03% from 255) = 48.33%
R=28%
G=23.67%
B=48.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal84711450.420.5100.43250.5434.2642.35
Hex5447912A3302Bfb222a
Octal12410722152630533734252
Binary1010100100011110010001101010110011010101111111011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544791; }

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

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

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

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

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

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

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

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