Shades of Gigas #5D4A79
Tints of Gigas #5D4A79
RGB
CMYK
RGB Variations
Color information
#5D4A79 (or 0x5D4A79) is known color: Gigas. HEX triplet: 5D, 4A and 79. RGB value is (93,74,121). Sum of RGB (Red+Green+Blue) = 93+74+121=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 121 - color contains mainly: blue. Hex color #5D4A79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4A79 is #A2B586. Grayscale: #545454. Windows color (decimal): -10663303 or 7948893. OLE color: 7948893.
HSL color Cylindrical-coordinate representation of color #5D4A79: hue angle of 264.26º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5D4A79 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 74 | 121 | - |
| CMYK | 0.23 | 0.39 | 0 | 0.53 |
| HSL | 264.26º | 0.24% | 0.38% | - |
| HSV(B) | 264.26º | 0.39% | 0.47% | - |
| XYZ | 10.41 | 8.61 | 19.2 | - |
| YUV | 85.04 | 148.29 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 74 | 121 | 0.23 | 0.39 | 0 | 0.53 | 264.26 | 0.24 | 0.38 |
| Hex | 5D | 4A | 79 | 17 | 27 | 0 | 35 | 108 | 18 | 26 |
| Octal | 135 | 112 | 171 | 27 | 47 | 0 | 65 | 410 | 30 | 46 |
| Binary | 1011101 | 1001010 | 1111001 | 10111 | 100111 | 0 | 110101 | 100001000 | 11000 | 100110 |
Color Harmonies of #5D4A79
Complementary color
Monochromatic Colors of #5D4A79
Black with #5D4A79
Text Example
Text Example
White with #5D4A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4A79; }
p { color: rgb(93,74,121); }
H1.HeaderClassName
{
color: #5D4A79;
}
.AnyTagClassName
{
color: #5D4A79;
}
</style>
background-color css
<style>
a { background-color: #5D4A79; }
a { background-color: rgb(93,74,121); }
div.DivClassName
{
background-color: #5D4A79;
}
.BgClassName
{
background-color: #5D4A79;
}
</style>
border-color css
<style>
span { border-color: #5D4A79; }
span { border-color: rgb(93,74,121); }
td.TdClassName
{
border-color: #5D4A79;
}
.TagClassName
{
border-color: #5D4A79;
}
</style>