#5A457C

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

Shades of Gigas #5A457C

Tints of Gigas #5A457C

Color information

#5A457C (or 0x5A457C) is unknown color: approx Gigas. HEX triplet: 5A, 45 and 7C. RGB value is (90,69,124). Sum of RGB (Red+Green+Blue) = 90+69+124=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 124 - color contains mainly: blue. Hex color #5A457C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A457C is #A5BA83. Grayscale: #515151. Windows color (decimal): -10861188 or 8144218. OLE color: 8144218.

HSL color Cylindrical-coordinate representation of color #5A457C: hue angle of 262.91º 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 #5A457C is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9069124-
CMYK0.270.4400.51
HSL262.91º28.5%37.84%-
HSV(B)262.91º44.35%48.63%-
XYZ9.987.8920.06-
YUV81.55151.96134.03-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.80%
GREEN value IS 69 (27.34% from 255) = 24.38%
BLUE value IS 124 (48.83% from 255) = 43.82%
R=31.80%
G=24.38%
B=43.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal90691240.270.4400.51262.9128.537.84
Hex5A457C1B2C0331071c26
Octal13210517433540634073446
Binary10110101000101111110011011101100011001110000011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A457C; }

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

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

<style>
 a { background-color: #5A457C; }

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

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

<style>
 span { border-color: #5A457C; }

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

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