#544893

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

Shades of Gigas #544893

Tints of Gigas #544893

Color information

#544893 (or 0x544893) is unknown color: approx Gigas. HEX triplet: 54, 48 and 93. RGB value is (84,72,147). Sum of RGB (Red+Green+Blue) = 84+72+147=303 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.72% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #544893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544893 is #ABB76C. Grayscale: #535353. Windows color (decimal): -11253613 or 9652308. OLE color: 9652308.

HSL color Cylindrical-coordinate representation of color #544893: hue angle of 249.6º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #544893 is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8472147-
CMYK0.430.5100.42
HSL249.6º34.25%42.94%-
HSV(B)249.6º51.02%57.65%-
XYZ11.248.6328.68-
YUV84.14163.48127.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.72%
GREEN value IS 72 (28.52% from 255) = 23.76%
BLUE value IS 147 (57.81% from 255) = 48.51%
R=27.72%
G=23.76%
B=48.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84721470.430.5100.42249.634.2542.94
Hex5448932B3302Afa222b
Octal12411022353630523724253
Binary1010100100100010010011101011110011010101011111010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544893; }

 p { color: rgb(84,72,147); }

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

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

 a { background-color: rgb(84,72,147); }

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

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

 span { border-color: rgb(84,72,147); }

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