Shades of Gigas #53468D
Tints of Gigas #53468D
RGB
CMYK
RGB Variations
Color information
#53468D (or 0x53468D) is known color: Gigas. HEX triplet: 53, 46 and 8D. RGB value is (83,70,141). Sum of RGB (Red+Green+Blue) = 83+70+141=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #53468D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53468D is #ACB972. Grayscale: #515151. Windows color (decimal): -11319667 or 9258579. OLE color: 9258579.
HSL color Cylindrical-coordinate representation of color #53468D: hue angle of 250.99º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53468D is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 70 | 141 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.45 |
| HSL | 250.99º | 0.34% | 0.41% | - |
| HSV(B) | 250.99º | 0.5% | 0.55% | - |
| XYZ | 10.57 | 8.14 | 26.21 | - |
| YUV | 81.98 | 161.31 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 70 | 141 | 0.41 | 0.50 | 0 | 0.45 | 250.99 | 0.34 | 0.41 |
| Hex | 53 | 46 | 8D | 29 | 32 | 0 | 2D | FB | 22 | 29 |
| Octal | 123 | 106 | 215 | 51 | 62 | 0 | 55 | 373 | 42 | 51 |
| Binary | 1010011 | 1000110 | 10001101 | 101001 | 110010 | 0 | 101101 | 11111011 | 100010 | 101001 |
Color Harmonies of #53468D
Complementary color
Monochromatic Colors of #53468D
Black with #53468D
Text Example
Text Example
White with #53468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53468D; }
p { color: rgb(83,70,141); }
H1.HeaderClassName
{
color: #53468D;
}
.AnyTagClassName
{
color: #53468D;
}
</style>
background-color css
<style>
a { background-color: #53468D; }
a { background-color: rgb(83,70,141); }
div.DivClassName
{
background-color: #53468D;
}
.BgClassName
{
background-color: #53468D;
}
</style>
border-color css
<style>
span { border-color: #53468D; }
span { border-color: rgb(83,70,141); }
td.TdClassName
{
border-color: #53468D;
}
.TagClassName
{
border-color: #53468D;
}
</style>