Shades of Gigas #5D488A
Tints of Gigas #5D488A
RGB
CMYK
RGB Variations
Color information
#5D488A (or 0x5D488A) is known color: Gigas. HEX triplet: 5D, 48 and 8A. RGB value is (93,72,138). Sum of RGB (Red+Green+Blue) = 93+72+138=303 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.69% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 138 - color contains mainly: blue. Hex color #5D488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D488A is #A2B775. Grayscale: #555555. Windows color (decimal): -10663798 or 9062493. OLE color: 9062493.
HSL color Cylindrical-coordinate representation of color #5D488A: hue angle of 259.09º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5D488A is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 93 | 72 | 138 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.46 |
| HSL | 259.09º | 0.31% | 0.41% | - |
| HSV(B) | 259.09º | 0.48% | 0.54% | - |
| XYZ | 11.42 | 8.8 | 25.14 | - |
| YUV | 85.8 | 157.46 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 72 | 138 | 0.33 | 0.48 | 0 | 0.46 | 259.09 | 0.31 | 0.41 |
| Hex | 5D | 48 | 8A | 21 | 30 | 0 | 2E | 103 | 1F | 29 |
| Octal | 135 | 110 | 212 | 41 | 60 | 0 | 56 | 403 | 37 | 51 |
| Binary | 1011101 | 1001000 | 10001010 | 100001 | 110000 | 0 | 101110 | 100000011 | 11111 | 101001 |
Color Harmonies of #5D488A
Complementary color
Monochromatic Colors of #5D488A
Black with #5D488A
Text Example
Text Example
White with #5D488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D488A; }
p { color: rgb(93,72,138); }
H1.HeaderClassName
{
color: #5D488A;
}
.AnyTagClassName
{
color: #5D488A;
}
</style>
background-color css
<style>
a { background-color: #5D488A; }
a { background-color: rgb(93,72,138); }
div.DivClassName
{
background-color: #5D488A;
}
.BgClassName
{
background-color: #5D488A;
}
</style>
border-color css
<style>
span { border-color: #5D488A; }
span { border-color: rgb(93,72,138); }
td.TdClassName
{
border-color: #5D488A;
}
.TagClassName
{
border-color: #5D488A;
}
</style>