Shades of Gigas #533E8B
Tints of Gigas #533E8B
RGB
CMYK
RGB Variations
Color information
#533E8B (or 0x533E8B) is known color: Gigas. HEX triplet: 53, 3E and 8B. RGB value is (83,62,139). Sum of RGB (Red+Green+Blue) = 83+62+139=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #533E8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533E8B is #ACC174. Grayscale: #4C4C4C. Windows color (decimal): -11321717 or 9125459. OLE color: 9125459.
HSL color Cylindrical-coordinate representation of color #533E8B: hue angle of 256.36º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #533E8B is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 62 | 139 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.45 |
| HSL | 256.36º | 0.38% | 0.39% | - |
| HSV(B) | 256.36º | 0.55% | 0.55% | - |
| XYZ | 9.95 | 7.15 | 25.28 | - |
| YUV | 77.06 | 162.96 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 62 | 139 | 0.40 | 0.55 | 0 | 0.45 | 256.36 | 0.38 | 0.39 |
| Hex | 53 | 3E | 8B | 28 | 37 | 0 | 2D | 100 | 26 | 27 |
| Octal | 123 | 76 | 213 | 50 | 67 | 0 | 55 | 400 | 46 | 47 |
| Binary | 1010011 | 111110 | 10001011 | 101000 | 110111 | 0 | 101101 | 100000000 | 100110 | 100111 |
Color Harmonies of #533E8B
Complementary color
Monochromatic Colors of #533E8B
Black with #533E8B
Text Example
Text Example
White with #533E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533E8B; }
p { color: rgb(83,62,139); }
H1.HeaderClassName
{
color: #533E8B;
}
.AnyTagClassName
{
color: #533E8B;
}
</style>
background-color css
<style>
a { background-color: #533E8B; }
a { background-color: rgb(83,62,139); }
div.DivClassName
{
background-color: #533E8B;
}
.BgClassName
{
background-color: #533E8B;
}
</style>
border-color css
<style>
span { border-color: #533E8B; }
span { border-color: rgb(83,62,139); }
td.TdClassName
{
border-color: #533E8B;
}
.TagClassName
{
border-color: #533E8B;
}
</style>