Shades of Gigas #53478D
Tints of Gigas #53478D
RGB
CMYK
RGB Variations
Color information
#53478D (or 0x53478D) is known color: Gigas. HEX triplet: 53, 47 and 8D. RGB value is (83,71,141). Sum of RGB (Red+Green+Blue) = 83+71+141=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #53478D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53478D is #ACB872. Grayscale: #525252. Windows color (decimal): -11319411 or 9258835. OLE color: 9258835.
HSL color Cylindrical-coordinate representation of color #53478D: hue angle of 250.29º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53478D is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 71 | 141 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.45 |
| HSL | 250.29º | 0.33% | 0.42% | - |
| HSV(B) | 250.29º | 0.5% | 0.55% | - |
| XYZ | 10.63 | 8.27 | 26.24 | - |
| YUV | 82.57 | 160.98 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 71 | 141 | 0.41 | 0.50 | 0 | 0.45 | 250.29 | 0.33 | 0.42 |
| Hex | 53 | 47 | 8D | 29 | 32 | 0 | 2D | FA | 21 | 2A |
| Octal | 123 | 107 | 215 | 51 | 62 | 0 | 55 | 372 | 41 | 52 |
| Binary | 1010011 | 1000111 | 10001101 | 101001 | 110010 | 0 | 101101 | 11111010 | 100001 | 101010 |
Color Harmonies of #53478D
Complementary color
Monochromatic Colors of #53478D
Black with #53478D
Text Example
Text Example
White with #53478D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53478D; }
p { color: rgb(83,71,141); }
H1.HeaderClassName
{
color: #53478D;
}
.AnyTagClassName
{
color: #53478D;
}
</style>
background-color css
<style>
a { background-color: #53478D; }
a { background-color: rgb(83,71,141); }
div.DivClassName
{
background-color: #53478D;
}
.BgClassName
{
background-color: #53478D;
}
</style>
border-color css
<style>
span { border-color: #53478D; }
span { border-color: rgb(83,71,141); }
td.TdClassName
{
border-color: #53478D;
}
.TagClassName
{
border-color: #53478D;
}
</style>