Shades of Gigas #533E87
Tints of Gigas #533E87
RGB
CMYK
RGB Variations
Color information
#533E87 (or 0x533E87) is known color: Gigas. HEX triplet: 53, 3E and 87. RGB value is (83,62,135). Sum of RGB (Red+Green+Blue) = 83+62+135=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 62 (24.61% from 255 or 22.14% from 280); Blue value is 135 (53.12% from 255 or 48.21% from 280); Max value from RGB is 135 - color contains mainly: blue. Hex color #533E87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533E87 is #ACC178. Grayscale: #4C4C4C. Windows color (decimal): -11321721 or 8863315. OLE color: 8863315.
HSL color Cylindrical-coordinate representation of color #533E87: hue angle of 257.26º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #533E87 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 62 | 135 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.47 |
| HSL | 257.26º | 0.37% | 0.39% | - |
| HSV(B) | 257.26º | 0.54% | 0.53% | - |
| XYZ | 9.66 | 7.03 | 23.77 | - |
| YUV | 76.6 | 160.96 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 62 | 135 | 0.39 | 0.54 | 0 | 0.47 | 257.26 | 0.37 | 0.39 |
| Hex | 53 | 3E | 87 | 27 | 36 | 0 | 2F | 101 | 25 | 27 |
| Octal | 123 | 76 | 207 | 47 | 66 | 0 | 57 | 401 | 45 | 47 |
| Binary | 1010011 | 111110 | 10000111 | 100111 | 110110 | 0 | 101111 | 100000001 | 100101 | 100111 |
Color Harmonies of #533E87
Complementary color
Monochromatic Colors of #533E87
Black with #533E87
Text Example
Text Example
White with #533E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533E87; }
p { color: rgb(83,62,135); }
H1.HeaderClassName
{
color: #533E87;
}
.AnyTagClassName
{
color: #533E87;
}
</style>
background-color css
<style>
a { background-color: #533E87; }
a { background-color: rgb(83,62,135); }
div.DivClassName
{
background-color: #533E87;
}
.BgClassName
{
background-color: #533E87;
}
</style>
border-color css
<style>
span { border-color: #533E87; }
span { border-color: rgb(83,62,135); }
td.TdClassName
{
border-color: #533E87;
}
.TagClassName
{
border-color: #533E87;
}
</style>