Shades of Gigas #52408A
Tints of Gigas #52408A
RGB
CMYK
RGB Variations
Color information
#52408A (or 0x52408A) is known color: Gigas. HEX triplet: 52, 40 and 8A. RGB value is (82,64,138). Sum of RGB (Red+Green+Blue) = 82+64+138=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 138 - color contains mainly: blue. Hex color #52408A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52408A is #ADBF75. Grayscale: #4D4D4D. Windows color (decimal): -11386742 or 9060434. OLE color: 9060434.
HSL color Cylindrical-coordinate representation of color #52408A: hue angle of 254.59º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52408A is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 64 | 138 | - |
| CMYK | 0.41 | 0.54 | 0 | 0.46 |
| HSL | 254.59º | 0.37% | 0.4% | - |
| HSV(B) | 254.59º | 0.54% | 0.54% | - |
| XYZ | 9.9 | 7.3 | 24.93 | - |
| YUV | 77.82 | 161.96 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 64 | 138 | 0.41 | 0.54 | 0 | 0.46 | 254.59 | 0.37 | 0.4 |
| Hex | 52 | 40 | 8A | 29 | 36 | 0 | 2E | FF | 25 | 28 |
| Octal | 122 | 100 | 212 | 51 | 66 | 0 | 56 | 377 | 45 | 50 |
| Binary | 1010010 | 1000000 | 10001010 | 101001 | 110110 | 0 | 101110 | 11111111 | 100101 | 101000 |
Color Harmonies of #52408A
Complementary color
Monochromatic Colors of #52408A
Black with #52408A
Text Example
Text Example
White with #52408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52408A; }
p { color: rgb(82,64,138); }
H1.HeaderClassName
{
color: #52408A;
}
.AnyTagClassName
{
color: #52408A;
}
</style>
background-color css
<style>
a { background-color: #52408A; }
a { background-color: rgb(82,64,138); }
div.DivClassName
{
background-color: #52408A;
}
.BgClassName
{
background-color: #52408A;
}
</style>
border-color css
<style>
span { border-color: #52408A; }
span { border-color: rgb(82,64,138); }
td.TdClassName
{
border-color: #52408A;
}
.TagClassName
{
border-color: #52408A;
}
</style>