#544478

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

Shades of Gigas #544478

Tints of Gigas #544478

Color information

#544478 (or 0x544478) is unknown color: approx Gigas. HEX triplet: 54, 44 and 78. RGB value is (84,68,120). Sum of RGB (Red+Green+Blue) = 84+68+120=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 120 (47.27% from 255 or 44.12% from 272); Max value from RGB is 120 - color contains mainly: blue. Hex color #544478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544478 is #ABBB87. Grayscale: #4E4E4E. Windows color (decimal): -11254664 or 7881812. OLE color: 7881812.

HSL color Cylindrical-coordinate representation of color #544478: hue angle of 258.46º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #544478 is Cyan = 0.3, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8468120-
CMYK0.30.4300.53
HSL258.46º27.66%36.86%-
HSV(B)258.46º43.33%47.06%-
XYZ9.117.3818.71-
YUV78.71151.3131.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.88%
GREEN value IS 68 (26.95% from 255) = 25%
BLUE value IS 120 (47.27% from 255) = 44.12%
R=30.88%
G=25%
B=44.12%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal84681200.30.4300.53258.4627.6636.86
Hex5444781E2B0351021c25
Octal12410417036530654023445
Binary10101001000100111100011110101011011010110000001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544478; }

 p { color: rgb(84,68,120); }

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

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

 a { background-color: rgb(84,68,120); }

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

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

 span { border-color: rgb(84,68,120); }

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