#5D4D94

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

Shades of Gigas #5D4D94

Tints of Gigas #5D4D94

Color information

#5D4D94 (or 0x5D4D94) is unknown color: approx Gigas. HEX triplet: 5D, 4D and 94. RGB value is (93,77,148). Sum of RGB (Red+Green+Blue) = 93+77+148=318 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.25% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 148 (58.20% from 255 or 46.54% from 318); Max value from RGB is 148 - color contains mainly: blue. Hex color #5D4D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D4D94 is #A2B26B. Grayscale: #595959. Windows color (decimal): -10662508 or 9719133. OLE color: 9719133.

HSL color Cylindrical-coordinate representation of color #5D4D94: hue angle of 253.52º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5D4D94 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9377148-
CMYK0.370.4800.42
HSL253.52º31.56%44.12%-
HSV(B)253.52º47.97%58.04%-
XYZ12.519.7729.24-
YUV89.88160.8130.23-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.25%
GREEN value IS 77 (30.47% from 255) = 24.21%
BLUE value IS 148 (58.20% from 255) = 46.54%
R=29.25%
G=24.21%
B=46.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal93771480.370.4800.42253.5231.5644.12
Hex5D4D94253002Afe202c
Octal13511522445600523764054
Binary1011101100110110010100100101110000010101011111110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,77,148); }

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

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

 a { background-color: rgb(93,77,148); }

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

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

 span { border-color: rgb(93,77,148); }

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