#544584

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

Shades of Gigas #544584

Tints of Gigas #544584

Color information

#544584 (or 0x544584) is unknown color: approx Gigas. HEX triplet: 54, 45 and 84. RGB value is (84,69,132). Sum of RGB (Red+Green+Blue) = 84+69+132=285 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.47% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: blue. Hex color #544584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544584 is #ABBA7B. Grayscale: #505050. Windows color (decimal): -11254396 or 8668500. OLE color: 8668500.

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

Color convert

RGB8469132-
CMYK0.360.4800.48
HSL254.29º31.34%39.41%-
HSV(B)254.29º47.73%51.76%-
XYZ9.957.8122.81-
YUV80.67156.97130.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.47%
GREEN value IS 69 (27.34% from 255) = 24.21%
BLUE value IS 132 (51.95% from 255) = 46.32%
R=29.47%
G=24.21%
B=46.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84691320.360.4800.48254.2931.3439.41
Hex5445842430030fe1f27
Octal12410520444600603763747
Binary101010010001011000010010010011000001100001111111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544584; }

 p { color: rgb(84,69,132); }

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

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

 a { background-color: rgb(84,69,132); }

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

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

 span { border-color: rgb(84,69,132); }

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