#54458D

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

Shades of Gigas #54458D

Tints of Gigas #54458D

Color information

#54458D (or 0x54458D) is unknown color: approx Gigas. HEX triplet: 54, 45 and 8D. RGB value is (84,69,141). Sum of RGB (Red+Green+Blue) = 84+69+141=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #54458D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54458D is #ABBA72. Grayscale: #515151. Windows color (decimal): -11254387 or 9258324. OLE color: 9258324.

HSL color Cylindrical-coordinate representation of color #54458D: hue angle of 252.5º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54458D is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8469141-
CMYK0.400.5100.45
HSL252.5º34.29%41.18%-
HSV(B)252.5º51.06%55.29%-
XYZ10.598.0626.2-
YUV81.69161.47129.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.57%
GREEN value IS 69 (27.34% from 255) = 23.47%
BLUE value IS 141 (55.47% from 255) = 47.96%
R=28.57%
G=23.47%
B=47.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84691410.400.5100.45252.534.2941.18
Hex54458D283302Dfc2229
Octal12410521550630553744251
Binary1010100100010110001101101000110011010110111111100100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54458D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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