Shades of Gigas #53447B
Tints of Gigas #53447B
RGB
CMYK
RGB Variations
Color information
#53447B (or 0x53447B) is known color: Gigas. HEX triplet: 53, 44 and 7B. RGB value is (83,68,123). Sum of RGB (Red+Green+Blue) = 83+68+123=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 123 - color contains mainly: blue. Hex color #53447B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53447B is #ACBB84. Grayscale: #4E4E4E. Windows color (decimal): -11320197 or 8078419. OLE color: 8078419.
HSL color Cylindrical-coordinate representation of color #53447B: hue angle of 256.36º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53447B is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 68 | 123 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.52 |
| HSL | 256.36º | 0.29% | 0.37% | - |
| HSV(B) | 256.36º | 0.45% | 0.48% | - |
| XYZ | 9.21 | 7.4 | 19.68 | - |
| YUV | 78.76 | 152.97 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 68 | 123 | 0.33 | 0.45 | 0 | 0.52 | 256.36 | 0.29 | 0.37 |
| Hex | 53 | 44 | 7B | 21 | 2D | 0 | 34 | 100 | 1D | 25 |
| Octal | 123 | 104 | 173 | 41 | 55 | 0 | 64 | 400 | 35 | 45 |
| Binary | 1010011 | 1000100 | 1111011 | 100001 | 101101 | 0 | 110100 | 100000000 | 11101 | 100101 |
Color Harmonies of #53447B
Complementary color
Monochromatic Colors of #53447B
Black with #53447B
Text Example
Text Example
White with #53447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53447B; }
p { color: rgb(83,68,123); }
H1.HeaderClassName
{
color: #53447B;
}
.AnyTagClassName
{
color: #53447B;
}
</style>
background-color css
<style>
a { background-color: #53447B; }
a { background-color: rgb(83,68,123); }
div.DivClassName
{
background-color: #53447B;
}
.BgClassName
{
background-color: #53447B;
}
</style>
border-color css
<style>
span { border-color: #53447B; }
span { border-color: rgb(83,68,123); }
td.TdClassName
{
border-color: #53447B;
}
.TagClassName
{
border-color: #53447B;
}
</style>