#544179

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

Shades of Gigas #544179

Tints of Gigas #544179

Color information

#544179 (or 0x544179) is unknown color: approx Gigas. HEX triplet: 54, 41 and 79. RGB value is (84,65,121). Sum of RGB (Red+Green+Blue) = 84+65+121=270 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.11% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 121 - color contains mainly: blue. Hex color #544179 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544179 is #ABBE86. Grayscale: #4C4C4C. Windows color (decimal): -11255431 or 7946580. OLE color: 7946580.

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

Color convert

RGB8465121-
CMYK0.310.4600.53
HSL260.36º30.11%36.47%-
HSV(B)260.36º46.28%47.45%-
XYZ97.0518.97-
YUV77.06152.79132.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.11%
GREEN value IS 65 (25.78% from 255) = 24.07%
BLUE value IS 121 (47.66% from 255) = 44.81%
R=31.11%
G=24.07%
B=44.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal84651210.310.4600.53260.3630.1136.47
Hex5441791F2E0351041e24
Octal12410117137560654043644
Binary10101001000001111100111111101110011010110000010011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544179; }

 p { color: rgb(84,65,121); }

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

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

 a { background-color: rgb(84,65,121); }

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

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

 span { border-color: rgb(84,65,121); }

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