Shades of Gigas #524488
Tints of Gigas #524488
RGB
CMYK
RGB Variations
Color information
#524488 (or 0x524488) is known color: Gigas. HEX triplet: 52, 44 and 88. RGB value is (82,68,136). Sum of RGB (Red+Green+Blue) = 82+68+136=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #524488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524488 is #ADBB77. Grayscale: #4F4F4F. Windows color (decimal): -11385720 or 8930386. OLE color: 8930386.
HSL color Cylindrical-coordinate representation of color #524488: hue angle of 252.35º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #524488 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 68 | 136 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.47 |
| HSL | 252.35º | 0.33% | 0.4% | - |
| HSV(B) | 252.35º | 0.5% | 0.53% | - |
| XYZ | 9.99 | 7.71 | 24.25 | - |
| YUV | 79.94 | 159.64 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 68 | 136 | 0.40 | 0.50 | 0 | 0.47 | 252.35 | 0.33 | 0.4 |
| Hex | 52 | 44 | 88 | 28 | 32 | 0 | 2F | FC | 21 | 28 |
| Octal | 122 | 104 | 210 | 50 | 62 | 0 | 57 | 374 | 41 | 50 |
| Binary | 1010010 | 1000100 | 10001000 | 101000 | 110010 | 0 | 101111 | 11111100 | 100001 | 101000 |
Color Harmonies of #524488
Complementary color
Monochromatic Colors of #524488
Black with #524488
Text Example
Text Example
White with #524488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524488; }
p { color: rgb(82,68,136); }
H1.HeaderClassName
{
color: #524488;
}
.AnyTagClassName
{
color: #524488;
}
</style>
background-color css
<style>
a { background-color: #524488; }
a { background-color: rgb(82,68,136); }
div.DivClassName
{
background-color: #524488;
}
.BgClassName
{
background-color: #524488;
}
</style>
border-color css
<style>
span { border-color: #524488; }
span { border-color: rgb(82,68,136); }
td.TdClassName
{
border-color: #524488;
}
.TagClassName
{
border-color: #524488;
}
</style>