Shades of Gigas #523D84
Tints of Gigas #523D84
RGB
CMYK
RGB Variations
Color information
#523D84 (or 0x523D84) is known color: Gigas. HEX triplet: 52, 3D and 84. RGB value is (82,61,132). Sum of RGB (Red+Green+Blue) = 82+61+132=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 132 - color contains mainly: blue. Hex color #523D84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523D84 is #ADC27B. Grayscale: #4B4B4B. Windows color (decimal): -11387516 or 8666450. OLE color: 8666450.
HSL color Cylindrical-coordinate representation of color #523D84: hue angle of 257.75º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #523D84 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 82 | 61 | 132 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.48 |
| HSL | 257.75º | 0.37% | 0.38% | - |
| HSV(B) | 257.75º | 0.54% | 0.52% | - |
| XYZ | 9.31 | 6.8 | 22.65 | - |
| YUV | 75.37 | 159.96 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 61 | 132 | 0.38 | 0.54 | 0 | 0.48 | 257.75 | 0.37 | 0.38 |
| Hex | 52 | 3D | 84 | 26 | 36 | 0 | 30 | 102 | 25 | 26 |
| Octal | 122 | 75 | 204 | 46 | 66 | 0 | 60 | 402 | 45 | 46 |
| Binary | 1010010 | 111101 | 10000100 | 100110 | 110110 | 0 | 110000 | 100000010 | 100101 | 100110 |
Color Harmonies of #523D84
Complementary color
Monochromatic Colors of #523D84
Black with #523D84
Text Example
Text Example
White with #523D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523D84; }
p { color: rgb(82,61,132); }
H1.HeaderClassName
{
color: #523D84;
}
.AnyTagClassName
{
color: #523D84;
}
</style>
background-color css
<style>
a { background-color: #523D84; }
a { background-color: rgb(82,61,132); }
div.DivClassName
{
background-color: #523D84;
}
.BgClassName
{
background-color: #523D84;
}
</style>
border-color css
<style>
span { border-color: #523D84; }
span { border-color: rgb(82,61,132); }
td.TdClassName
{
border-color: #523D84;
}
.TagClassName
{
border-color: #523D84;
}
</style>