#544891

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

Shades of Gigas #544891

Tints of Gigas #544891

Color information

#544891 (or 0x544891) is unknown color: approx Gigas. HEX triplet: 54, 48 and 91. RGB value is (84,72,145). Sum of RGB (Red+Green+Blue) = 84+72+145=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 145 (57.03% from 255 or 48.17% from 301); Max value from RGB is 145 - color contains mainly: blue. Hex color #544891 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544891 is #ABB76E. Grayscale: #535353. Windows color (decimal): -11253615 or 9521236. OLE color: 9521236.

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

Color convert

RGB8472145-
CMYK0.420.5000.43
HSL249.86º33.64%42.55%-
HSV(B)249.86º50.34%56.86%-
XYZ11.088.5627.86-
YUV83.91162.48128.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.91%
GREEN value IS 72 (28.52% from 255) = 23.92%
BLUE value IS 145 (57.03% from 255) = 48.17%
R=27.91%
G=23.92%
B=48.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal84721450.420.5000.43249.8633.6442.55
Hex5448912A3202Bfa222b
Octal12411022152620533724253
Binary1010100100100010010001101010110010010101111111010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544891; }

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

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

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

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

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

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

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

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