Shades of Gigas #53448E
Tints of Gigas #53448E
RGB
CMYK
RGB Variations
Color information
#53448E (or 0x53448E) is known color: Gigas. HEX triplet: 53, 44 and 8E. RGB value is (83,68,142). Sum of RGB (Red+Green+Blue) = 83+68+142=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 142 (55.86% from 255 or 48.46% from 293); Max value from RGB is 142 - color contains mainly: blue. Hex color #53448E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53448E is #ACBB71. Grayscale: #505050. Windows color (decimal): -11320178 or 9323603. OLE color: 9323603.
HSL color Cylindrical-coordinate representation of color #53448E: hue angle of 252.16º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53448E is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 68 | 142 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.44 |
| HSL | 252.16º | 0.35% | 0.41% | - |
| HSV(B) | 252.16º | 0.52% | 0.56% | - |
| XYZ | 10.52 | 7.93 | 26.57 | - |
| YUV | 80.92 | 162.47 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 68 | 142 | 0.42 | 0.52 | 0 | 0.44 | 252.16 | 0.35 | 0.41 |
| Hex | 53 | 44 | 8E | 2A | 34 | 0 | 2C | FC | 23 | 29 |
| Octal | 123 | 104 | 216 | 52 | 64 | 0 | 54 | 374 | 43 | 51 |
| Binary | 1010011 | 1000100 | 10001110 | 101010 | 110100 | 0 | 101100 | 11111100 | 100011 | 101001 |
Color Harmonies of #53448E
Complementary color
Monochromatic Colors of #53448E
Black with #53448E
Text Example
Text Example
White with #53448E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53448E; }
p { color: rgb(83,68,142); }
H1.HeaderClassName
{
color: #53448E;
}
.AnyTagClassName
{
color: #53448E;
}
</style>
background-color css
<style>
a { background-color: #53448E; }
a { background-color: rgb(83,68,142); }
div.DivClassName
{
background-color: #53448E;
}
.BgClassName
{
background-color: #53448E;
}
</style>
border-color css
<style>
span { border-color: #53448E; }
span { border-color: rgb(83,68,142); }
td.TdClassName
{
border-color: #53448E;
}
.TagClassName
{
border-color: #53448E;
}
</style>