#54457C

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

Shades of Gigas #54457C

Tints of Gigas #54457C

Color information

#54457C (or 0x54457C) is unknown color: approx Gigas. HEX triplet: 54, 45 and 7C. RGB value is (84,69,124). Sum of RGB (Red+Green+Blue) = 84+69+124=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #54457C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54457C is #ABBA83. Grayscale: #4F4F4F. Windows color (decimal): -11254404 or 8144212. OLE color: 8144212.

HSL color Cylindrical-coordinate representation of color #54457C: hue angle of 256.36º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54457C is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8469124-
CMYK0.320.4400.51
HSL256.36º28.5%37.84%-
HSV(B)256.36º44.35%48.63%-
XYZ9.427.620.04-
YUV79.76152.97131.03-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.32%
GREEN value IS 69 (27.34% from 255) = 24.91%
BLUE value IS 124 (48.83% from 255) = 44.77%
R=30.32%
G=24.91%
B=44.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal84691240.320.4400.51256.3628.537.84
Hex54457C202C0331001c26
Octal12410517440540634003446
Binary101010010001011111100100000101100011001110000000011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54457C; }

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

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

<style>
 a { background-color: #54457C; }

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

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

<style>
 span { border-color: #54457C; }

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

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