#5D4C90

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

Shades of Gigas #5D4C90

Tints of Gigas #5D4C90

Color information

#5D4C90 (or 0x5D4C90) is unknown color: approx Gigas. HEX triplet: 5D, 4C and 90. RGB value is (93,76,144). Sum of RGB (Red+Green+Blue) = 93+76+144=313 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.71% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #5D4C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D4C90 is #A2B36F. Grayscale: #585858. Windows color (decimal): -10662768 or 9456733. OLE color: 9456733.

HSL color Cylindrical-coordinate representation of color #5D4C90: hue angle of 255º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D4C90 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9376144-
CMYK0.350.4700.44
HSL255º30.91%43.14%-
HSV(B)255º47.22%56.47%-
XYZ12.139.5127.58-
YUV88.84159.13130.97-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.71%
GREEN value IS 76 (30.08% from 255) = 24.28%
BLUE value IS 144 (56.64% from 255) = 46.01%
R=29.71%
G=24.28%
B=46.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal93761440.350.4700.4425530.9143.14
Hex5D4C90232F02Cff1f2b
Octal13511422043570543773753
Binary101110110011001001000010001110111101011001111111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,76,144); }

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

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

 a { background-color: rgb(93,76,144); }

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

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

 span { border-color: rgb(93,76,144); }

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