Shades of Gigas #52468D
Tints of Gigas #52468D
RGB
CMYK
RGB Variations
Color information
#52468D (or 0x52468D) is known color: Gigas. HEX triplet: 52, 46 and 8D. RGB value is (82,70,141). Sum of RGB (Red+Green+Blue) = 82+70+141=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #52468D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52468D is #ADB972. Grayscale: #515151. Windows color (decimal): -11385203 or 9258578. OLE color: 9258578.
HSL color Cylindrical-coordinate representation of color #52468D: hue angle of 250.14º 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 #52468D is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 70 | 141 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.45 |
| HSL | 250.14º | 0.34% | 0.41% | - |
| HSV(B) | 250.14º | 0.5% | 0.55% | - |
| XYZ | 10.48 | 8.1 | 26.21 | - |
| YUV | 81.68 | 161.48 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 70 | 141 | 0.42 | 0.50 | 0 | 0.45 | 250.14 | 0.34 | 0.41 |
| Hex | 52 | 46 | 8D | 2A | 32 | 0 | 2D | FA | 22 | 29 |
| Octal | 122 | 106 | 215 | 52 | 62 | 0 | 55 | 372 | 42 | 51 |
| Binary | 1010010 | 1000110 | 10001101 | 101010 | 110010 | 0 | 101101 | 11111010 | 100010 | 101001 |
Color Harmonies of #52468D
Complementary color
Monochromatic Colors of #52468D
Black with #52468D
Text Example
Text Example
White with #52468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52468D; }
p { color: rgb(82,70,141); }
H1.HeaderClassName
{
color: #52468D;
}
.AnyTagClassName
{
color: #52468D;
}
</style>
background-color css
<style>
a { background-color: #52468D; }
a { background-color: rgb(82,70,141); }
div.DivClassName
{
background-color: #52468D;
}
.BgClassName
{
background-color: #52468D;
}
</style>
border-color css
<style>
span { border-color: #52468D; }
span { border-color: rgb(82,70,141); }
td.TdClassName
{
border-color: #52468D;
}
.TagClassName
{
border-color: #52468D;
}
</style>