Shades of Gigas #53447A
Tints of Gigas #53447A
RGB
CMYK
RGB Variations
Color information
#53447A (or 0x53447A) is known color: Gigas. HEX triplet: 53, 44 and 7A. RGB value is (83,68,122). Sum of RGB (Red+Green+Blue) = 83+68+122=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 122 - color contains mainly: blue. Hex color #53447A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53447A is #ACBB85. Grayscale: #4E4E4E. Windows color (decimal): -11320198 or 8012883. OLE color: 8012883.
HSL color Cylindrical-coordinate representation of color #53447A: hue angle of 256.67º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #53447A is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 68 | 122 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.52 |
| HSL | 256.67º | 0.28% | 0.37% | - |
| HSV(B) | 256.67º | 0.44% | 0.48% | - |
| XYZ | 9.15 | 7.38 | 19.35 | - |
| YUV | 78.64 | 152.47 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 68 | 122 | 0.32 | 0.44 | 0 | 0.52 | 256.67 | 0.28 | 0.37 |
| Hex | 53 | 44 | 7A | 20 | 2C | 0 | 34 | 101 | 1C | 25 |
| Octal | 123 | 104 | 172 | 40 | 54 | 0 | 64 | 401 | 34 | 45 |
| Binary | 1010011 | 1000100 | 1111010 | 100000 | 101100 | 0 | 110100 | 100000001 | 11100 | 100101 |
Color Harmonies of #53447A
Complementary color
Monochromatic Colors of #53447A
Black with #53447A
Text Example
Text Example
White with #53447A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53447A; }
p { color: rgb(83,68,122); }
H1.HeaderClassName
{
color: #53447A;
}
.AnyTagClassName
{
color: #53447A;
}
</style>
background-color css
<style>
a { background-color: #53447A; }
a { background-color: rgb(83,68,122); }
div.DivClassName
{
background-color: #53447A;
}
.BgClassName
{
background-color: #53447A;
}
</style>
border-color css
<style>
span { border-color: #53447A; }
span { border-color: rgb(83,68,122); }
td.TdClassName
{
border-color: #53447A;
}
.TagClassName
{
border-color: #53447A;
}
</style>