Shades of Gigas #524083
Tints of Gigas #524083
RGB
CMYK
RGB Variations
Color information
#524083 (or 0x524083) is known color: Gigas. HEX triplet: 52, 40 and 83. RGB value is (82,64,131). Sum of RGB (Red+Green+Blue) = 82+64+131=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 131 - color contains mainly: blue. Hex color #524083 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524083 is #ADBF7C. Grayscale: #4C4C4C. Windows color (decimal): -11386749 or 8601682. OLE color: 8601682.
HSL color Cylindrical-coordinate representation of color #524083: hue angle of 256.12º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #524083 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 64 | 131 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.49 |
| HSL | 256.12º | 0.34% | 0.38% | - |
| HSV(B) | 256.12º | 0.51% | 0.51% | - |
| XYZ | 9.41 | 7.1 | 22.35 | - |
| YUV | 77.02 | 158.46 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 64 | 131 | 0.37 | 0.51 | 0 | 0.49 | 256.12 | 0.34 | 0.38 |
| Hex | 52 | 40 | 83 | 25 | 33 | 0 | 31 | 100 | 22 | 26 |
| Octal | 122 | 100 | 203 | 45 | 63 | 0 | 61 | 400 | 42 | 46 |
| Binary | 1010010 | 1000000 | 10000011 | 100101 | 110011 | 0 | 110001 | 100000000 | 100010 | 100110 |
Color Harmonies of #524083
Complementary color
Monochromatic Colors of #524083
Black with #524083
Text Example
Text Example
White with #524083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524083; }
p { color: rgb(82,64,131); }
H1.HeaderClassName
{
color: #524083;
}
.AnyTagClassName
{
color: #524083;
}
</style>
background-color css
<style>
a { background-color: #524083; }
a { background-color: rgb(82,64,131); }
div.DivClassName
{
background-color: #524083;
}
.BgClassName
{
background-color: #524083;
}
</style>
border-color css
<style>
span { border-color: #524083; }
span { border-color: rgb(82,64,131); }
td.TdClassName
{
border-color: #524083;
}
.TagClassName
{
border-color: #524083;
}
</style>