#544794

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

Shades of Gigas #544794

Tints of Gigas #544794

Color information

#544794 (or 0x544794) is unknown color: approx Gigas. HEX triplet: 54, 47 and 94. RGB value is (84,71,148). Sum of RGB (Red+Green+Blue) = 84+71+148=303 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.72% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #544794 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544794 is #ABB86B. Grayscale: #535353. Windows color (decimal): -11253868 or 9717588. OLE color: 9717588.

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

Color convert

RGB8471148-
CMYK0.430.5200.42
HSL250.13º35.16%42.94%-
HSV(B)250.13º52.03%58.04%-
XYZ11.258.5329.07-
YUV83.66164.31128.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.72%
GREEN value IS 71 (28.12% from 255) = 23.43%
BLUE value IS 148 (58.20% from 255) = 48.84%
R=27.72%
G=23.43%
B=48.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84711480.430.5200.42250.1335.1642.94
Hex5447942B3402Afa232b
Octal12410722453640523724353
Binary1010100100011110010100101011110100010101011111010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544794; }

 p { color: rgb(84,71,148); }

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

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

 a { background-color: rgb(84,71,148); }

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

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

 span { border-color: rgb(84,71,148); }

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