#54408B

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

Shades of Gigas #54408B

Tints of Gigas #54408B

Color information

#54408B (or 0x54408B) is unknown color: approx Gigas. HEX triplet: 54, 40 and 8B. RGB value is (84,64,139). Sum of RGB (Red+Green+Blue) = 84+64+139=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #54408B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54408B is #ABBF74. Grayscale: #4E4E4E. Windows color (decimal): -11255669 or 9125972. OLE color: 9125972.

HSL color Cylindrical-coordinate representation of color #54408B: hue angle of 256º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54408B is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8464139-
CMYK0.400.5400.45
HSL256º36.95%39.8%-
HSV(B)256º53.96%54.51%-
XYZ10.157.4225.32-
YUV78.53162.13131.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.27%
GREEN value IS 64 (25.39% from 255) = 22.30%
BLUE value IS 139 (54.69% from 255) = 48.43%
R=29.27%
G=22.30%
B=48.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84641390.400.5400.4525636.9539.8
Hex54408B283602D1002528
Octal12410021350660554004550
Binary10101001000000100010111010001101100101101100000000100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54408B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54408B; }

 p { color: rgb(84,64,139); }

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

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

 a { background-color: rgb(84,64,139); }

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

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

 span { border-color: rgb(84,64,139); }

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