Shades of Gigas #53418D
Tints of Gigas #53418D
RGB
CMYK
RGB Variations
Color information
#53418D (or 0x53418D) is known color: Gigas. HEX triplet: 53, 41 and 8D. RGB value is (83,65,141). Sum of RGB (Red+Green+Blue) = 83+65+141=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #53418D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53418D is #ACBE72. Grayscale: #4E4E4E. Windows color (decimal): -11320947 or 9257299. OLE color: 9257299.
HSL color Cylindrical-coordinate representation of color #53418D: hue angle of 254.21º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53418D is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 65 | 141 | - |
| CMYK | 0.41 | 0.54 | 0 | 0.45 |
| HSL | 254.21º | 0.37% | 0.4% | - |
| HSV(B) | 254.21º | 0.54% | 0.55% | - |
| XYZ | 10.27 | 7.54 | 26.11 | - |
| YUV | 79.05 | 162.96 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 65 | 141 | 0.41 | 0.54 | 0 | 0.45 | 254.21 | 0.37 | 0.4 |
| Hex | 53 | 41 | 8D | 29 | 36 | 0 | 2D | FE | 25 | 28 |
| Octal | 123 | 101 | 215 | 51 | 66 | 0 | 55 | 376 | 45 | 50 |
| Binary | 1010011 | 1000001 | 10001101 | 101001 | 110110 | 0 | 101101 | 11111110 | 100101 | 101000 |
Color Harmonies of #53418D
Complementary color
Monochromatic Colors of #53418D
Black with #53418D
Text Example
Text Example
White with #53418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53418D; }
p { color: rgb(83,65,141); }
H1.HeaderClassName
{
color: #53418D;
}
.AnyTagClassName
{
color: #53418D;
}
</style>
background-color css
<style>
a { background-color: #53418D; }
a { background-color: rgb(83,65,141); }
div.DivClassName
{
background-color: #53418D;
}
.BgClassName
{
background-color: #53418D;
}
</style>
border-color css
<style>
span { border-color: #53418D; }
span { border-color: rgb(83,65,141); }
td.TdClassName
{
border-color: #53418D;
}
.TagClassName
{
border-color: #53418D;
}
</style>