Shades of Gigas #5D498D
Tints of Gigas #5D498D
RGB
CMYK
RGB Variations
Color information
#5D498D (or 0x5D498D) is known color: Gigas. HEX triplet: 5D, 49 and 8D. RGB value is (93,73,141). Sum of RGB (Red+Green+Blue) = 93+73+141=307 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.29% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #5D498D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D498D is #A2B672. Grayscale: #565656. Windows color (decimal): -10663539 or 9259357. OLE color: 9259357.
HSL color Cylindrical-coordinate representation of color #5D498D: hue angle of 257.65º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5D498D is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 73 | 141 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.45 |
| HSL | 257.65º | 0.32% | 0.42% | - |
| HSV(B) | 257.65º | 0.48% | 0.55% | - |
| XYZ | 11.7 | 9.02 | 26.32 | - |
| YUV | 86.73 | 158.63 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 73 | 141 | 0.34 | 0.48 | 0 | 0.45 | 257.65 | 0.32 | 0.42 |
| Hex | 5D | 49 | 8D | 22 | 30 | 0 | 2D | 102 | 20 | 2A |
| Octal | 135 | 111 | 215 | 42 | 60 | 0 | 55 | 402 | 40 | 52 |
| Binary | 1011101 | 1001001 | 10001101 | 100010 | 110000 | 0 | 101101 | 100000010 | 100000 | 101010 |
Color Harmonies of #5D498D
Complementary color
Monochromatic Colors of #5D498D
Black with #5D498D
Text Example
Text Example
White with #5D498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D498D; }
p { color: rgb(93,73,141); }
H1.HeaderClassName
{
color: #5D498D;
}
.AnyTagClassName
{
color: #5D498D;
}
</style>
background-color css
<style>
a { background-color: #5D498D; }
a { background-color: rgb(93,73,141); }
div.DivClassName
{
background-color: #5D498D;
}
.BgClassName
{
background-color: #5D498D;
}
</style>
border-color css
<style>
span { border-color: #5D498D; }
span { border-color: rgb(93,73,141); }
td.TdClassName
{
border-color: #5D498D;
}
.TagClassName
{
border-color: #5D498D;
}
</style>