#54418A

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

Shades of Gigas #54418A

Tints of Gigas #54418A

Color information

#54418A (or 0x54418A) is unknown color: approx Gigas. HEX triplet: 54, 41 and 8A. RGB value is (84,65,138). Sum of RGB (Red+Green+Blue) = 84+65+138=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #54418A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54418A is #ABBE75. Grayscale: #4E4E4E. Windows color (decimal): -11255414 or 9060692. OLE color: 9060692.

HSL color Cylindrical-coordinate representation of color #54418A: hue angle of 255.62º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54418A is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8465138-
CMYK0.390.5300.46
HSL255.62º35.96%39.8%-
HSV(B)255.62º52.9%54.12%-
XYZ10.137.524.96-
YUV79161.29131.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.27%
GREEN value IS 65 (25.78% from 255) = 22.65%
BLUE value IS 138 (54.30% from 255) = 48.08%
R=29.27%
G=22.65%
B=48.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal84651380.390.5300.46255.6235.9639.8
Hex54418A273502E1002428
Octal12410121247650564004450
Binary10101001000001100010101001111101010101110100000000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54418A; }

 p { color: rgb(84,65,138); }

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

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

 a { background-color: rgb(84,65,138); }

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

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

 span { border-color: rgb(84,65,138); }

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