Shades of Gigas #52428C
Tints of Gigas #52428C
RGB
CMYK
RGB Variations
Color information
#52428C (or 0x52428C) is known color: Gigas. HEX triplet: 52, 42 and 8C. RGB value is (82,66,140). Sum of RGB (Red+Green+Blue) = 82+66+140=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 140 (55.08% from 255 or 48.61% from 288); Max value from RGB is 140 - color contains mainly: blue. Hex color #52428C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52428C is #ADBD73. Grayscale: #4E4E4E. Windows color (decimal): -11386228 or 9192018. OLE color: 9192018.
HSL color Cylindrical-coordinate representation of color #52428C: hue angle of 252.97º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52428C is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 66 | 140 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.45 |
| HSL | 252.97º | 0.36% | 0.4% | - |
| HSV(B) | 252.97º | 0.53% | 0.55% | - |
| XYZ | 10.16 | 7.58 | 25.74 | - |
| YUV | 79.22 | 162.3 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 66 | 140 | 0.41 | 0.53 | 0 | 0.45 | 252.97 | 0.36 | 0.4 |
| Hex | 52 | 42 | 8C | 29 | 35 | 0 | 2D | FD | 24 | 28 |
| Octal | 122 | 102 | 214 | 51 | 65 | 0 | 55 | 375 | 44 | 50 |
| Binary | 1010010 | 1000010 | 10001100 | 101001 | 110101 | 0 | 101101 | 11111101 | 100100 | 101000 |
Color Harmonies of #52428C
Complementary color
Monochromatic Colors of #52428C
Black with #52428C
Text Example
Text Example
White with #52428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52428C; }
p { color: rgb(82,66,140); }
H1.HeaderClassName
{
color: #52428C;
}
.AnyTagClassName
{
color: #52428C;
}
</style>
background-color css
<style>
a { background-color: #52428C; }
a { background-color: rgb(82,66,140); }
div.DivClassName
{
background-color: #52428C;
}
.BgClassName
{
background-color: #52428C;
}
</style>
border-color css
<style>
span { border-color: #52428C; }
span { border-color: rgb(82,66,140); }
td.TdClassName
{
border-color: #52428C;
}
.TagClassName
{
border-color: #52428C;
}
</style>