Shades of Gigas #53448D
Tints of Gigas #53448D
RGB
CMYK
RGB Variations
Color information
#53448D (or 0x53448D) is known color: Gigas. HEX triplet: 53, 44 and 8D. RGB value is (83,68,141). Sum of RGB (Red+Green+Blue) = 83+68+141=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 141 - color contains mainly: blue. Hex color #53448D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53448D is #ACBB72. Grayscale: #505050. Windows color (decimal): -11320179 or 9258067. OLE color: 9258067.
HSL color Cylindrical-coordinate representation of color #53448D: hue angle of 252.33º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53448D is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 68 | 141 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.45 |
| HSL | 252.33º | 0.35% | 0.41% | - |
| HSV(B) | 252.33º | 0.52% | 0.55% | - |
| XYZ | 10.44 | 7.9 | 26.17 | - |
| YUV | 80.81 | 161.97 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 68 | 141 | 0.41 | 0.52 | 0 | 0.45 | 252.33 | 0.35 | 0.41 |
| Hex | 53 | 44 | 8D | 29 | 34 | 0 | 2D | FC | 23 | 29 |
| Octal | 123 | 104 | 215 | 51 | 64 | 0 | 55 | 374 | 43 | 51 |
| Binary | 1010011 | 1000100 | 10001101 | 101001 | 110100 | 0 | 101101 | 11111100 | 100011 | 101001 |
Color Harmonies of #53448D
Complementary color
Monochromatic Colors of #53448D
Black with #53448D
Text Example
Text Example
White with #53448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53448D; }
p { color: rgb(83,68,141); }
H1.HeaderClassName
{
color: #53448D;
}
.AnyTagClassName
{
color: #53448D;
}
</style>
background-color css
<style>
a { background-color: #53448D; }
a { background-color: rgb(83,68,141); }
div.DivClassName
{
background-color: #53448D;
}
.BgClassName
{
background-color: #53448D;
}
</style>
border-color css
<style>
span { border-color: #53448D; }
span { border-color: rgb(83,68,141); }
td.TdClassName
{
border-color: #53448D;
}
.TagClassName
{
border-color: #53448D;
}
</style>