Shades of Gigas #52407C
Tints of Gigas #52407C
RGB
CMYK
RGB Variations
Color information
#52407C (or 0x52407C) is known color: Gigas. HEX triplet: 52, 40 and 7C. RGB value is (82,64,124). Sum of RGB (Red+Green+Blue) = 82+64+124=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 124 - color contains mainly: blue. Hex color #52407C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52407C is #ADBF83. Grayscale: #4C4C4C. Windows color (decimal): -11386756 or 8142930. OLE color: 8142930.
HSL color Cylindrical-coordinate representation of color #52407C: hue angle of 258º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52407C is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 64 | 124 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.51 |
| HSL | 258º | 0.32% | 0.37% | - |
| HSV(B) | 258º | 0.48% | 0.49% | - |
| XYZ | 8.95 | 6.92 | 19.93 | - |
| YUV | 76.22 | 154.96 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 64 | 124 | 0.34 | 0.48 | 0 | 0.51 | 258 | 0.32 | 0.37 |
| Hex | 52 | 40 | 7C | 22 | 30 | 0 | 33 | 102 | 20 | 25 |
| Octal | 122 | 100 | 174 | 42 | 60 | 0 | 63 | 402 | 40 | 45 |
| Binary | 1010010 | 1000000 | 1111100 | 100010 | 110000 | 0 | 110011 | 100000010 | 100000 | 100101 |
Color Harmonies of #52407C
Complementary color
Monochromatic Colors of #52407C
Black with #52407C
Text Example
Text Example
White with #52407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52407C; }
p { color: rgb(82,64,124); }
H1.HeaderClassName
{
color: #52407C;
}
.AnyTagClassName
{
color: #52407C;
}
</style>
background-color css
<style>
a { background-color: #52407C; }
a { background-color: rgb(82,64,124); }
div.DivClassName
{
background-color: #52407C;
}
.BgClassName
{
background-color: #52407C;
}
</style>
border-color css
<style>
span { border-color: #52407C; }
span { border-color: rgb(82,64,124); }
td.TdClassName
{
border-color: #52407C;
}
.TagClassName
{
border-color: #52407C;
}
</style>