Shades of Gigas #5D4787
Tints of Gigas #5D4787
RGB
CMYK
RGB Variations
Color information
#5D4787 (or 0x5D4787) is known color: Gigas. HEX triplet: 5D, 47 and 87. RGB value is (93,71,135). Sum of RGB (Red+Green+Blue) = 93+71+135=299 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.10% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 135 - color contains mainly: blue. Hex color #5D4787 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D4787 is #A2B878. Grayscale: #545454. Windows color (decimal): -10664057 or 8865629. OLE color: 8865629.
HSL color Cylindrical-coordinate representation of color #5D4787: hue angle of 260.62º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D4787 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 71 | 135 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.47 |
| HSL | 260.63º | 0.31% | 0.4% | - |
| HSV(B) | 260.63º | 0.47% | 0.53% | - |
| XYZ | 11.14 | 8.58 | 23.99 | - |
| YUV | 84.87 | 156.29 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 71 | 135 | 0.31 | 0.47 | 0 | 0.47 | 260.63 | 0.31 | 0.4 |
| Hex | 5D | 47 | 87 | 1F | 2F | 0 | 2F | 105 | 1F | 28 |
| Octal | 135 | 107 | 207 | 37 | 57 | 0 | 57 | 405 | 37 | 50 |
| Binary | 1011101 | 1000111 | 10000111 | 11111 | 101111 | 0 | 101111 | 100000101 | 11111 | 101000 |
Color Harmonies of #5D4787
Complementary color
Monochromatic Colors of #5D4787
Black with #5D4787
Text Example
Text Example
White with #5D4787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4787; }
p { color: rgb(93,71,135); }
H1.HeaderClassName
{
color: #5D4787;
}
.AnyTagClassName
{
color: #5D4787;
}
</style>
background-color css
<style>
a { background-color: #5D4787; }
a { background-color: rgb(93,71,135); }
div.DivClassName
{
background-color: #5D4787;
}
.BgClassName
{
background-color: #5D4787;
}
</style>
border-color css
<style>
span { border-color: #5D4787; }
span { border-color: rgb(93,71,135); }
td.TdClassName
{
border-color: #5D4787;
}
.TagClassName
{
border-color: #5D4787;
}
</style>