#544576

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

Shades of Gigas #544576

Tints of Gigas #544576

Color information

#544576 (or 0x544576) is unknown color: approx Gigas. HEX triplet: 54, 45 and 76. RGB value is (84,69,118). Sum of RGB (Red+Green+Blue) = 84+69+118=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 118 - color contains mainly: blue. Hex color #544576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544576 is #ABBA89. Grayscale: #4E4E4E. Windows color (decimal): -11254410 or 7750996. OLE color: 7750996.

HSL color Cylindrical-coordinate representation of color #544576: hue angle of 258.37º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #544576 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8469118-
CMYK0.290.4200.54
HSL258.37º26.2%36.67%-
HSV(B)258.37º41.53%46.27%-
XYZ9.057.4518.1-
YUV79.07149.97131.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.00%
GREEN value IS 69 (27.34% from 255) = 25.46%
BLUE value IS 118 (46.48% from 255) = 43.54%
R=31.00%
G=25.46%
B=43.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84691180.290.4200.54258.3726.236.67
Hex5445761D2A0361021a25
Octal12410516635520664023245
Binary10101001000101111011011101101010011011010000001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544576; }

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

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

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

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

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

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

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

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