#544089

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

Shades of Gigas #544089

Tints of Gigas #544089

Color information

#544089 (or 0x544089) is unknown color: approx Gigas. HEX triplet: 54, 40 and 89. RGB value is (84,64,137). Sum of RGB (Red+Green+Blue) = 84+64+137=285 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.47% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 137 - color contains mainly: blue. Hex color #544089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544089 is #ABBF76. Grayscale: #4E4E4E. Windows color (decimal): -11255671 or 8994900. OLE color: 8994900.

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

Color convert

RGB8464137-
CMYK0.390.5300.46
HSL256.44º36.32%39.41%-
HSV(B)256.44º53.28%53.73%-
XYZ107.3624.56-
YUV78.3161.13132.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.47%
GREEN value IS 64 (25.39% from 255) = 22.46%
BLUE value IS 137 (53.91% from 255) = 48.07%
R=29.47%
G=22.46%
B=48.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal84641370.390.5300.46256.4436.3239.41
Hex544089273502E1002427
Octal12410021147650564004447
Binary10101001000000100010011001111101010101110100000000100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544089; }

 p { color: rgb(84,64,137); }

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

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

 a { background-color: rgb(84,64,137); }

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

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

 span { border-color: rgb(84,64,137); }

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