Shades of Gigas #53428D
Tints of Gigas #53428D
RGB
CMYK
RGB Variations
Color information
#53428D (or 0x53428D) is known color: Gigas. HEX triplet: 53, 42 and 8D. RGB value is (83,66,141). Sum of RGB (Red+Green+Blue) = 83+66+141=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 141 - color contains mainly: blue. Hex color #53428D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53428D is #ACBD72. Grayscale: #4F4F4F. Windows color (decimal): -11320691 or 9257555. OLE color: 9257555.
HSL color Cylindrical-coordinate representation of color #53428D: hue angle of 253.6º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53428D is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 66 | 141 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.45 |
| HSL | 253.6º | 0.36% | 0.41% | - |
| HSV(B) | 253.6º | 0.53% | 0.55% | - |
| XYZ | 10.32 | 7.66 | 26.13 | - |
| YUV | 79.63 | 162.63 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 66 | 141 | 0.41 | 0.53 | 0 | 0.45 | 253.6 | 0.36 | 0.41 |
| Hex | 53 | 42 | 8D | 29 | 35 | 0 | 2D | FE | 24 | 29 |
| Octal | 123 | 102 | 215 | 51 | 65 | 0 | 55 | 376 | 44 | 51 |
| Binary | 1010011 | 1000010 | 10001101 | 101001 | 110101 | 0 | 101101 | 11111110 | 100100 | 101001 |
Color Harmonies of #53428D
Complementary color
Monochromatic Colors of #53428D
Black with #53428D
Text Example
Text Example
White with #53428D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53428D; }
p { color: rgb(83,66,141); }
H1.HeaderClassName
{
color: #53428D;
}
.AnyTagClassName
{
color: #53428D;
}
</style>
background-color css
<style>
a { background-color: #53428D; }
a { background-color: rgb(83,66,141); }
div.DivClassName
{
background-color: #53428D;
}
.BgClassName
{
background-color: #53428D;
}
</style>
border-color css
<style>
span { border-color: #53428D; }
span { border-color: rgb(83,66,141); }
td.TdClassName
{
border-color: #53428D;
}
.TagClassName
{
border-color: #53428D;
}
</style>