#544578

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

Shades of Gigas #544578

Tints of Gigas #544578

Color information

#544578 (or 0x544578) is unknown color: approx Gigas. HEX triplet: 54, 45 and 78. RGB value is (84,69,120). Sum of RGB (Red+Green+Blue) = 84+69+120=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 120 - color contains mainly: blue. Hex color #544578 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544578 is #ABBA87. Grayscale: #4F4F4F. Windows color (decimal): -11254408 or 7882068. OLE color: 7882068.

HSL color Cylindrical-coordinate representation of color #544578: hue angle of 257.65º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #544578 is Cyan = 0.3, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8469120-
CMYK0.30.4200.53
HSL257.65º26.98%37.06%-
HSV(B)257.65º42.5%47.06%-
XYZ9.177.518.73-
YUV79.3150.97131.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.77%
GREEN value IS 69 (27.34% from 255) = 25.27%
BLUE value IS 120 (47.27% from 255) = 43.96%
R=30.77%
G=25.27%
B=43.96%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal84691200.30.4200.53257.6526.9837.06
Hex5445781E2A0351021b25
Octal12410517036520654023345
Binary10101001000101111100011110101010011010110000001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544578; }

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

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

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

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

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

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

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

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