#544684

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

Shades of Gigas #544684

Tints of Gigas #544684

Color information

#544684 (or 0x544684) is unknown color: approx Gigas. HEX triplet: 54, 46 and 84. RGB value is (84,70,132). Sum of RGB (Red+Green+Blue) = 84+70+132=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 132 - color contains mainly: blue. Hex color #544684 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544684 is #ABB97B. Grayscale: #515151. Windows color (decimal): -11254140 or 8668756. OLE color: 8668756.

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

Color convert

RGB8470132-
CMYK0.360.4700.48
HSL253.55º30.69%39.61%-
HSV(B)253.55º46.97%51.76%-
XYZ10.017.9322.83-
YUV81.25156.64129.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.37%
GREEN value IS 70 (27.73% from 255) = 24.48%
BLUE value IS 132 (51.95% from 255) = 46.15%
R=29.37%
G=24.48%
B=46.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84701320.360.4700.48253.5530.6939.61
Hex544684242F030fe1f28
Octal12410620444570603763750
Binary101010010001101000010010010010111101100001111111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544684; }

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

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

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

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

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

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

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

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