#544380

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

Shades of Gigas #544380

Tints of Gigas #544380

Color information

#544380 (or 0x544380) is unknown color: approx Gigas. HEX triplet: 54, 43 and 80. RGB value is (84,67,128). Sum of RGB (Red+Green+Blue) = 84+67+128=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 128 - color contains mainly: blue. Hex color #544380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544380 is #ABBC7F. Grayscale: #4E4E4E. Windows color (decimal): -11254912 or 8405844. OLE color: 8405844.

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

Color convert

RGB8467128-
CMYK0.340.4800.50
HSL256.72º31.28%38.24%-
HSV(B)256.72º47.66%50.2%-
XYZ9.567.4621.36-
YUV79.04155.63131.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.11%
GREEN value IS 67 (26.56% from 255) = 24.01%
BLUE value IS 128 (50.39% from 255) = 45.88%
R=30.11%
G=24.01%
B=45.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal84671280.340.4800.50256.7231.2838.24
Hex54438022300321011f26
Octal12410320042600624013746
Binary1010100100001110000000100010110000011001010000000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544380; }

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

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

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

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

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

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

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

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