#544482

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

Shades of Gigas #544482

Tints of Gigas #544482

Color information

#544482 (or 0x544482) is unknown color: approx Gigas. HEX triplet: 54, 44 and 82. RGB value is (84,68,130). Sum of RGB (Red+Green+Blue) = 84+68+130=282 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.79% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #544482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544482 is #ABBB7D. Grayscale: #4F4F4F. Windows color (decimal): -11254654 or 8537172. OLE color: 8537172.

HSL color Cylindrical-coordinate representation of color #544482: hue angle of 255.48º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #544482 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8468130-
CMYK0.350.4800.49
HSL255.48º31.31%38.82%-
HSV(B)255.48º47.69%50.98%-
XYZ9.757.6322.08-
YUV79.85156.3130.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.79%
GREEN value IS 68 (26.95% from 255) = 24.11%
BLUE value IS 130 (51.17% from 255) = 46.10%
R=29.79%
G=24.11%
B=46.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal84681300.350.4800.49255.4831.3138.82
Hex5444822330031ff1f27
Octal12410420243600613773747
Binary101010010001001000001010001111000001100011111111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544482; }

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

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

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

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

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

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

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

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