#54418E

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

Shades of Gigas #54418E

Tints of Gigas #54418E

Color information

#54418E (or 0x54418E) is unknown color: approx Gigas. HEX triplet: 54, 41 and 8E. RGB value is (84,65,142). Sum of RGB (Red+Green+Blue) = 84+65+142=291 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.87% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 142 (55.86% from 255 or 48.80% from 291); Max value from RGB is 142 - color contains mainly: blue. Hex color #54418E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54418E is #ABBE71. Grayscale: #4F4F4F. Windows color (decimal): -11255410 or 9322836. OLE color: 9322836.

HSL color Cylindrical-coordinate representation of color #54418E: hue angle of 254.81º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54418E is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8465142-
CMYK0.410.5400.44
HSL254.81º37.2%40.59%-
HSV(B)254.81º54.23%55.69%-
XYZ10.437.6226.51-
YUV79.46163.29131.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.87%
GREEN value IS 65 (25.78% from 255) = 22.34%
BLUE value IS 142 (55.86% from 255) = 48.80%
R=28.87%
G=22.34%
B=48.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal84651420.410.5400.44254.8137.240.59
Hex54418E293602Cff2529
Octal12410121651660543774551
Binary1010100100000110001110101001110110010110011111111100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54418E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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