Shades of Gigas #533D84
Tints of Gigas #533D84
RGB
CMYK
RGB Variations
Color information
#533D84 (or 0x533D84) is known color: Gigas. HEX triplet: 53, 3D and 84. RGB value is (83,61,132). Sum of RGB (Red+Green+Blue) = 83+61+132=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 132 - color contains mainly: blue. Hex color #533D84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533D84 is #ACC27B. Grayscale: #4B4B4B. Windows color (decimal): -11321980 or 8666451. OLE color: 8666451.
HSL color Cylindrical-coordinate representation of color #533D84: hue angle of 258.59º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #533D84 is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 83 | 61 | 132 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.48 |
| HSL | 258.59º | 0.37% | 0.38% | - |
| HSV(B) | 258.59º | 0.54% | 0.52% | - |
| XYZ | 9.4 | 6.84 | 22.66 | - |
| YUV | 75.67 | 159.79 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 132 | 0.37 | 0.54 | 0 | 0.48 | 258.59 | 0.37 | 0.38 |
| Hex | 53 | 3D | 84 | 25 | 36 | 0 | 30 | 103 | 25 | 26 |
| Octal | 123 | 75 | 204 | 45 | 66 | 0 | 60 | 403 | 45 | 46 |
| Binary | 1010011 | 111101 | 10000100 | 100101 | 110110 | 0 | 110000 | 100000011 | 100101 | 100110 |
Color Harmonies of #533D84
Complementary color
Monochromatic Colors of #533D84
Black with #533D84
Text Example
Text Example
White with #533D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533D84; }
p { color: rgb(83,61,132); }
H1.HeaderClassName
{
color: #533D84;
}
.AnyTagClassName
{
color: #533D84;
}
</style>
background-color css
<style>
a { background-color: #533D84; }
a { background-color: rgb(83,61,132); }
div.DivClassName
{
background-color: #533D84;
}
.BgClassName
{
background-color: #533D84;
}
</style>
border-color css
<style>
span { border-color: #533D84; }
span { border-color: rgb(83,61,132); }
td.TdClassName
{
border-color: #533D84;
}
.TagClassName
{
border-color: #533D84;
}
</style>