Shades of Gigas #52458D
Tints of Gigas #52458D
RGB
CMYK
RGB Variations
Color information
#52458D (or 0x52458D) is known color: Gigas. HEX triplet: 52, 45 and 8D. RGB value is (82,69,141). Sum of RGB (Red+Green+Blue) = 82+69+141=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 141 - color contains mainly: blue. Hex color #52458D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52458D is #ADBA72. Grayscale: #505050. Windows color (decimal): -11385459 or 9258322. OLE color: 9258322.
HSL color Cylindrical-coordinate representation of color #52458D: hue angle of 250.83º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52458D is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 69 | 141 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.45 |
| HSL | 250.83º | 0.34% | 0.41% | - |
| HSV(B) | 250.83º | 0.51% | 0.55% | - |
| XYZ | 10.42 | 7.97 | 26.19 | - |
| YUV | 81.1 | 161.81 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 69 | 141 | 0.42 | 0.51 | 0 | 0.45 | 250.83 | 0.34 | 0.41 |
| Hex | 52 | 45 | 8D | 2A | 33 | 0 | 2D | FB | 22 | 29 |
| Octal | 122 | 105 | 215 | 52 | 63 | 0 | 55 | 373 | 42 | 51 |
| Binary | 1010010 | 1000101 | 10001101 | 101010 | 110011 | 0 | 101101 | 11111011 | 100010 | 101001 |
Color Harmonies of #52458D
Complementary color
Monochromatic Colors of #52458D
Black with #52458D
Text Example
Text Example
White with #52458D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52458D; }
p { color: rgb(82,69,141); }
H1.HeaderClassName
{
color: #52458D;
}
.AnyTagClassName
{
color: #52458D;
}
</style>
background-color css
<style>
a { background-color: #52458D; }
a { background-color: rgb(82,69,141); }
div.DivClassName
{
background-color: #52458D;
}
.BgClassName
{
background-color: #52458D;
}
</style>
border-color css
<style>
span { border-color: #52458D; }
span { border-color: rgb(82,69,141); }
td.TdClassName
{
border-color: #52458D;
}
.TagClassName
{
border-color: #52458D;
}
</style>