#544589

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

Shades of Gigas #544589

Tints of Gigas #544589

Color information

#544589 (or 0x544589) is unknown color: approx Gigas. HEX triplet: 54, 45 and 89. RGB value is (84,69,137). Sum of RGB (Red+Green+Blue) = 84+69+137=290 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.97% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 137 - color contains mainly: blue. Hex color #544589 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544589 is #ABBA76. Grayscale: #505050. Windows color (decimal): -11254391 or 8996180. OLE color: 8996180.

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

Color convert

RGB8469137-
CMYK0.390.5000.46
HSL253.24º33.01%40.39%-
HSV(B)253.24º49.64%53.73%-
XYZ10.37.9524.66-
YUV81.24159.47129.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.97%
GREEN value IS 69 (27.34% from 255) = 23.79%
BLUE value IS 137 (53.91% from 255) = 47.24%
R=28.97%
G=23.79%
B=47.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal84691370.390.5000.46253.2433.0140.39
Hex544589273202Efd2128
Octal12410521147620563754150
Binary1010100100010110001001100111110010010111011111101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544589; }

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

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

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

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

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

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

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

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