#5D487C

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

Shades of Gigas #5D487C

Tints of Gigas #5D487C

Color information

#5D487C (or 0x5D487C) is unknown color: approx Gigas. HEX triplet: 5D, 48 and 7C. RGB value is (93,72,124). Sum of RGB (Red+Green+Blue) = 93+72+124=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 124 - color contains mainly: blue. Hex color #5D487C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D487C is #A2B783. Grayscale: #545454. Windows color (decimal): -10663812 or 8144989. OLE color: 8144989.

HSL color Cylindrical-coordinate representation of color #5D487C: hue angle of 264.23º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5D487C is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9372124-
CMYK0.250.4200.51
HSL264.23º26.53%38.43%-
HSV(B)264.23º41.94%48.63%-
XYZ10.478.4220.14-
YUV84.21150.46134.27-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.18%
GREEN value IS 72 (28.52% from 255) = 24.91%
BLUE value IS 124 (48.83% from 255) = 42.91%
R=32.18%
G=24.91%
B=42.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal93721240.250.4200.51264.2326.5338.43
Hex5D487C192A0331081b26
Octal13511017431520634103346
Binary10111011001000111110011001101010011001110000100011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D487C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,72,124); }

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

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

 a { background-color: rgb(93,72,124); }

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

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

 span { border-color: rgb(93,72,124); }

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