Shades of Gigas #533C85
Tints of Gigas #533C85
RGB
CMYK
RGB Variations
Color information
#533C85 (or 0x533C85) is known color: Gigas. HEX triplet: 53, 3C and 85. RGB value is (83,60,133). Sum of RGB (Red+Green+Blue) = 83+60+133=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #533C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533C85 is #ACC37A. Grayscale: #4A4A4A. Windows color (decimal): -11322235 or 8731731. OLE color: 8731731.
HSL color Cylindrical-coordinate representation of color #533C85: hue angle of 258.9º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #533C85 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 83 | 60 | 133 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.48 |
| HSL | 258.9º | 0.38% | 0.38% | - |
| HSV(B) | 258.9º | 0.55% | 0.52% | - |
| XYZ | 9.42 | 6.76 | 23 | - |
| YUV | 75.2 | 160.62 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 133 | 0.38 | 0.55 | 0 | 0.48 | 258.9 | 0.38 | 0.38 |
| Hex | 53 | 3C | 85 | 26 | 37 | 0 | 30 | 103 | 26 | 26 |
| Octal | 123 | 74 | 205 | 46 | 67 | 0 | 60 | 403 | 46 | 46 |
| Binary | 1010011 | 111100 | 10000101 | 100110 | 110111 | 0 | 110000 | 100000011 | 100110 | 100110 |
Color Harmonies of #533C85
Complementary color
Monochromatic Colors of #533C85
Black with #533C85
Text Example
Text Example
White with #533C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533C85; }
p { color: rgb(83,60,133); }
H1.HeaderClassName
{
color: #533C85;
}
.AnyTagClassName
{
color: #533C85;
}
</style>
background-color css
<style>
a { background-color: #533C85; }
a { background-color: rgb(83,60,133); }
div.DivClassName
{
background-color: #533C85;
}
.BgClassName
{
background-color: #533C85;
}
</style>
border-color css
<style>
span { border-color: #533C85; }
span { border-color: rgb(83,60,133); }
td.TdClassName
{
border-color: #533C85;
}
.TagClassName
{
border-color: #533C85;
}
</style>