Shades of Gigas #52438D
Tints of Gigas #52438D
RGB
CMYK
RGB Variations
Color information
#52438D (or 0x52438D) is known color: Gigas. HEX triplet: 52, 43 and 8D. RGB value is (82,67,141). Sum of RGB (Red+Green+Blue) = 82+67+141=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 141 - color contains mainly: blue. Hex color #52438D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52438D is #ADBC72. Grayscale: #4F4F4F. Windows color (decimal): -11385971 or 9257810. OLE color: 9257810.
HSL color Cylindrical-coordinate representation of color #52438D: hue angle of 252.16º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52438D is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 67 | 141 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.45 |
| HSL | 252.16º | 0.36% | 0.41% | - |
| HSV(B) | 252.16º | 0.52% | 0.55% | - |
| XYZ | 10.29 | 7.73 | 26.15 | - |
| YUV | 79.92 | 162.47 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 67 | 141 | 0.42 | 0.52 | 0 | 0.45 | 252.16 | 0.36 | 0.41 |
| Hex | 52 | 43 | 8D | 2A | 34 | 0 | 2D | FC | 24 | 29 |
| Octal | 122 | 103 | 215 | 52 | 64 | 0 | 55 | 374 | 44 | 51 |
| Binary | 1010010 | 1000011 | 10001101 | 101010 | 110100 | 0 | 101101 | 11111100 | 100100 | 101001 |
Color Harmonies of #52438D
Complementary color
Monochromatic Colors of #52438D
Black with #52438D
Text Example
Text Example
White with #52438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52438D; }
p { color: rgb(82,67,141); }
H1.HeaderClassName
{
color: #52438D;
}
.AnyTagClassName
{
color: #52438D;
}
</style>
background-color css
<style>
a { background-color: #52438D; }
a { background-color: rgb(82,67,141); }
div.DivClassName
{
background-color: #52438D;
}
.BgClassName
{
background-color: #52438D;
}
</style>
border-color css
<style>
span { border-color: #52438D; }
span { border-color: rgb(82,67,141); }
td.TdClassName
{
border-color: #52438D;
}
.TagClassName
{
border-color: #52438D;
}
</style>