#544480

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

Shades of Gigas #544480

Tints of Gigas #544480

Color information

#544480 (or 0x544480) is unknown color: approx Gigas. HEX triplet: 54, 44 and 80. RGB value is (84,68,128). Sum of RGB (Red+Green+Blue) = 84+68+128=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 128 - color contains mainly: blue. Hex color #544480 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544480 is #ABBB7F. Grayscale: #4F4F4F. Windows color (decimal): -11254656 or 8406100. OLE color: 8406100.

HSL color Cylindrical-coordinate representation of color #544480: hue angle of 256º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #544480 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8468128-
CMYK0.340.4700.50
HSL256º30.61%38.43%-
HSV(B)256º46.88%50.2%-
XYZ9.627.5821.38-
YUV79.62155.3131.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30%
GREEN value IS 68 (26.95% from 255) = 24.29%
BLUE value IS 128 (50.39% from 255) = 45.71%
R=30%
G=24.29%
B=45.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal84681280.340.4700.5025630.6138.43
Hex544480222F0321001f26
Octal12410420042570624003746
Binary1010100100010010000000100010101111011001010000000011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544480; }

 p { color: rgb(84,68,128); }

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

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

 a { background-color: rgb(84,68,128); }

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

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

 span { border-color: rgb(84,68,128); }

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