#544487

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

Shades of Gigas #544487

Tints of Gigas #544487

Color information

#544487 (or 0x544487) is unknown color: approx Gigas. HEX triplet: 54, 44 and 87. RGB value is (84,68,135). Sum of RGB (Red+Green+Blue) = 84+68+135=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 135 (53.12% from 255 or 47.04% from 287); Max value from RGB is 135 - color contains mainly: blue. Hex color #544487 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544487 is #ABBB78. Grayscale: #505050. Windows color (decimal): -11254649 or 8864852. OLE color: 8864852.

HSL color Cylindrical-coordinate representation of color #544487: hue angle of 254.33º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #544487 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8468135-
CMYK0.380.5000.47
HSL254.33º33%39.8%-
HSV(B)254.33º49.63%52.94%-
XYZ10.17.7723.89-
YUV80.42158.8130.55-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.27%
GREEN value IS 68 (26.95% from 255) = 23.69%
BLUE value IS 135 (53.12% from 255) = 47.04%
R=29.27%
G=23.69%
B=47.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal84681350.380.5000.47254.333339.8
Hex544487263202Ffe2128
Octal12410420746620573764150
Binary1010100100010010000111100110110010010111111111110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544487; }

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

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

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

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

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

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

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

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