#5D4D8E

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

Shades of Gigas #5D4D8E

Tints of Gigas #5D4D8E

Color information

#5D4D8E (or 0x5D4D8E) is unknown color: approx Gigas. HEX triplet: 5D, 4D and 8E. RGB value is (93,77,142). Sum of RGB (Red+Green+Blue) = 93+77+142=312 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.81% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 142 - color contains mainly: blue. Hex color #5D4D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D4D8E is #A2B271. Grayscale: #585858. Windows color (decimal): -10662514 or 9325917. OLE color: 9325917.

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

Color convert

RGB9377142-
CMYK0.350.4600.44
HSL254.77º29.68%42.94%-
HSV(B)254.77º45.77%55.69%-
XYZ12.059.5926.81-
YUV89.19157.8130.71-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.81%
GREEN value IS 77 (30.47% from 255) = 24.68%
BLUE value IS 142 (55.86% from 255) = 45.51%
R=29.81%
G=24.68%
B=45.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal93771420.350.4600.44254.7729.6842.94
Hex5D4D8E232E02Cff1e2b
Octal13511521643560543773653
Binary101110110011011000111010001110111001011001111111111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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