Shades of Gigas #52408B
Tints of Gigas #52408B
RGB
CMYK
RGB Variations
Color information
#52408B (or 0x52408B) is known color: Gigas. HEX triplet: 52, 40 and 8B. RGB value is (82,64,139). Sum of RGB (Red+Green+Blue) = 82+64+139=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #52408B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52408B is #ADBF74. Grayscale: #4D4D4D. Windows color (decimal): -11386741 or 9125970. OLE color: 9125970.
HSL color Cylindrical-coordinate representation of color #52408B: hue angle of 254.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52408B is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 64 | 139 | - |
| CMYK | 0.41 | 0.54 | 0 | 0.45 |
| HSL | 254.4º | 0.37% | 0.4% | - |
| HSV(B) | 254.4º | 0.54% | 0.55% | - |
| XYZ | 9.97 | 7.32 | 25.31 | - |
| YUV | 77.93 | 162.46 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 64 | 139 | 0.41 | 0.54 | 0 | 0.45 | 254.4 | 0.37 | 0.4 |
| Hex | 52 | 40 | 8B | 29 | 36 | 0 | 2D | FE | 25 | 28 |
| Octal | 122 | 100 | 213 | 51 | 66 | 0 | 55 | 376 | 45 | 50 |
| Binary | 1010010 | 1000000 | 10001011 | 101001 | 110110 | 0 | 101101 | 11111110 | 100101 | 101000 |
Color Harmonies of #52408B
Complementary color
Monochromatic Colors of #52408B
Black with #52408B
Text Example
Text Example
White with #52408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52408B; }
p { color: rgb(82,64,139); }
H1.HeaderClassName
{
color: #52408B;
}
.AnyTagClassName
{
color: #52408B;
}
</style>
background-color css
<style>
a { background-color: #52408B; }
a { background-color: rgb(82,64,139); }
div.DivClassName
{
background-color: #52408B;
}
.BgClassName
{
background-color: #52408B;
}
</style>
border-color css
<style>
span { border-color: #52408B; }
span { border-color: rgb(82,64,139); }
td.TdClassName
{
border-color: #52408B;
}
.TagClassName
{
border-color: #52408B;
}
</style>