Shades of Gigas #523F7D
Tints of Gigas #523F7D
RGB
CMYK
RGB Variations
Color information
#523F7D (or 0x523F7D) is known color: Gigas. HEX triplet: 52, 3F and 7D. RGB value is (82,63,125). Sum of RGB (Red+Green+Blue) = 82+63+125=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 125 - color contains mainly: blue. Hex color #523F7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523F7D is #ADC082. Grayscale: #4B4B4B. Windows color (decimal): -11387011 or 8208210. OLE color: 8208210.
HSL color Cylindrical-coordinate representation of color #523F7D: hue angle of 258.39º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #523F7D is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 63 | 125 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.51 |
| HSL | 258.39º | 0.33% | 0.37% | - |
| HSV(B) | 258.39º | 0.5% | 0.49% | - |
| XYZ | 8.96 | 6.83 | 20.25 | - |
| YUV | 75.75 | 155.79 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 63 | 125 | 0.34 | 0.50 | 0 | 0.51 | 258.39 | 0.33 | 0.37 |
| Hex | 52 | 3F | 7D | 22 | 32 | 0 | 33 | 102 | 21 | 25 |
| Octal | 122 | 77 | 175 | 42 | 62 | 0 | 63 | 402 | 41 | 45 |
| Binary | 1010010 | 111111 | 1111101 | 100010 | 110010 | 0 | 110011 | 100000010 | 100001 | 100101 |
Color Harmonies of #523F7D
Complementary color
Monochromatic Colors of #523F7D
Black with #523F7D
Text Example
Text Example
White with #523F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523F7D; }
p { color: rgb(82,63,125); }
H1.HeaderClassName
{
color: #523F7D;
}
.AnyTagClassName
{
color: #523F7D;
}
</style>
background-color css
<style>
a { background-color: #523F7D; }
a { background-color: rgb(82,63,125); }
div.DivClassName
{
background-color: #523F7D;
}
.BgClassName
{
background-color: #523F7D;
}
</style>
border-color css
<style>
span { border-color: #523F7D; }
span { border-color: rgb(82,63,125); }
td.TdClassName
{
border-color: #523F7D;
}
.TagClassName
{
border-color: #523F7D;
}
</style>