Shades of Gigas #5D4E95
Tints of Gigas #5D4E95
RGB
CMYK
RGB Variations
Color information
#5D4E95 (or 0x5D4E95) is known color: Gigas. HEX triplet: 5D, 4E and 95. RGB value is (93,78,149). Sum of RGB (Red+Green+Blue) = 93+78+149=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #5D4E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D4E95 is #A2B16A. Grayscale: #5A5A5A. Windows color (decimal): -10662251 or 9784925. OLE color: 9784925.
HSL color Cylindrical-coordinate representation of color #5D4E95: hue angle of 252.68º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5D4E95 is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 78 | 149 | - |
| CMYK | 0.38 | 0.48 | 0 | 0.42 |
| HSL | 252.68º | 0.31% | 0.45% | - |
| HSV(B) | 252.68º | 0.48% | 0.58% | - |
| XYZ | 12.66 | 9.95 | 29.69 | - |
| YUV | 90.58 | 160.97 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 78 | 149 | 0.38 | 0.48 | 0 | 0.42 | 252.68 | 0.31 | 0.45 |
| Hex | 5D | 4E | 95 | 26 | 30 | 0 | 2A | FD | 1F | 2D |
| Octal | 135 | 116 | 225 | 46 | 60 | 0 | 52 | 375 | 37 | 55 |
| Binary | 1011101 | 1001110 | 10010101 | 100110 | 110000 | 0 | 101010 | 11111101 | 11111 | 101101 |
Color Harmonies of #5D4E95
Complementary color
Monochromatic Colors of #5D4E95
Black with #5D4E95
Text Example
Text Example
White with #5D4E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4E95; }
p { color: rgb(93,78,149); }
H1.HeaderClassName
{
color: #5D4E95;
}
.AnyTagClassName
{
color: #5D4E95;
}
</style>
background-color css
<style>
a { background-color: #5D4E95; }
a { background-color: rgb(93,78,149); }
div.DivClassName
{
background-color: #5D4E95;
}
.BgClassName
{
background-color: #5D4E95;
}
</style>
border-color css
<style>
span { border-color: #5D4E95; }
span { border-color: rgb(93,78,149); }
td.TdClassName
{
border-color: #5D4E95;
}
.TagClassName
{
border-color: #5D4E95;
}
</style>