#54458E

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

Shades of Gigas #54458E

Tints of Gigas #54458E

Color information

#54458E (or 0x54458E) is unknown color: approx Gigas. HEX triplet: 54, 45 and 8E. RGB value is (84,69,142). Sum of RGB (Red+Green+Blue) = 84+69+142=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 142 - color contains mainly: blue. Hex color #54458E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54458E is #ABBA71. Grayscale: #515151. Windows color (decimal): -11254386 or 9323860. OLE color: 9323860.

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

Color convert

RGB8469142-
CMYK0.410.5100.44
HSL252.33º34.6%41.37%-
HSV(B)252.33º51.41%55.69%-
XYZ10.678.0926.59-
YUV81.81161.97129.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.47%
GREEN value IS 69 (27.34% from 255) = 23.39%
BLUE value IS 142 (55.86% from 255) = 48.14%
R=28.47%
G=23.39%
B=48.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal84691420.410.5100.44252.3334.641.37
Hex54458E293302Cfc2329
Octal12410521651630543744351
Binary1010100100010110001110101001110011010110011111100100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54458E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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