Shades of Gigas #53408D
Tints of Gigas #53408D
RGB
CMYK
RGB Variations
Color information
#53408D (or 0x53408D) is known color: Gigas. HEX triplet: 53, 40 and 8D. RGB value is (83,64,141). Sum of RGB (Red+Green+Blue) = 83+64+141=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 141 - color contains mainly: blue. Hex color #53408D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53408D is #ACBF72. Grayscale: #4E4E4E. Windows color (decimal): -11321203 or 9257043. OLE color: 9257043.
HSL color Cylindrical-coordinate representation of color #53408D: hue angle of 254.81º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53408D is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 64 | 141 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.45 |
| HSL | 254.81º | 0.38% | 0.4% | - |
| HSV(B) | 254.81º | 0.55% | 0.55% | - |
| XYZ | 10.21 | 7.43 | 26.1 | - |
| YUV | 78.46 | 163.29 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 141 | 0.41 | 0.55 | 0 | 0.45 | 254.81 | 0.38 | 0.4 |
| Hex | 53 | 40 | 8D | 29 | 37 | 0 | 2D | FF | 26 | 28 |
| Octal | 123 | 100 | 215 | 51 | 67 | 0 | 55 | 377 | 46 | 50 |
| Binary | 1010011 | 1000000 | 10001101 | 101001 | 110111 | 0 | 101101 | 11111111 | 100110 | 101000 |
Color Harmonies of #53408D
Complementary color
Monochromatic Colors of #53408D
Black with #53408D
Text Example
Text Example
White with #53408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53408D; }
p { color: rgb(83,64,141); }
H1.HeaderClassName
{
color: #53408D;
}
.AnyTagClassName
{
color: #53408D;
}
</style>
background-color css
<style>
a { background-color: #53408D; }
a { background-color: rgb(83,64,141); }
div.DivClassName
{
background-color: #53408D;
}
.BgClassName
{
background-color: #53408D;
}
</style>
border-color css
<style>
span { border-color: #53408D; }
span { border-color: rgb(83,64,141); }
td.TdClassName
{
border-color: #53408D;
}
.TagClassName
{
border-color: #53408D;
}
</style>