Shades of Gigas #524084
Tints of Gigas #524084
RGB
CMYK
RGB Variations
Color information
#524084 (or 0x524084) is known color: Gigas. HEX triplet: 52, 40 and 84. RGB value is (82,64,132). Sum of RGB (Red+Green+Blue) = 82+64+132=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 132 (51.95% from 255 or 47.48% from 278); Max value from RGB is 132 - color contains mainly: blue. Hex color #524084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524084 is #ADBF7B. Grayscale: #4C4C4C. Windows color (decimal): -11386748 or 8667218. OLE color: 8667218.
HSL color Cylindrical-coordinate representation of color #524084: hue angle of 255.88º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #524084 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 82 | 64 | 132 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.48 |
| HSL | 255.88º | 0.35% | 0.38% | - |
| HSV(B) | 255.88º | 0.52% | 0.52% | - |
| XYZ | 9.48 | 7.13 | 22.71 | - |
| YUV | 77.13 | 158.96 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 64 | 132 | 0.38 | 0.52 | 0 | 0.48 | 255.88 | 0.35 | 0.38 |
| Hex | 52 | 40 | 84 | 26 | 34 | 0 | 30 | 100 | 23 | 26 |
| Octal | 122 | 100 | 204 | 46 | 64 | 0 | 60 | 400 | 43 | 46 |
| Binary | 1010010 | 1000000 | 10000100 | 100110 | 110100 | 0 | 110000 | 100000000 | 100011 | 100110 |
Color Harmonies of #524084
Complementary color
Monochromatic Colors of #524084
Black with #524084
Text Example
Text Example
White with #524084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524084; }
p { color: rgb(82,64,132); }
H1.HeaderClassName
{
color: #524084;
}
.AnyTagClassName
{
color: #524084;
}
</style>
background-color css
<style>
a { background-color: #524084; }
a { background-color: rgb(82,64,132); }
div.DivClassName
{
background-color: #524084;
}
.BgClassName
{
background-color: #524084;
}
</style>
border-color css
<style>
span { border-color: #524084; }
span { border-color: rgb(82,64,132); }
td.TdClassName
{
border-color: #524084;
}
.TagClassName
{
border-color: #524084;
}
</style>