Shades of Gigas #533D81
Tints of Gigas #533D81
RGB
CMYK
RGB Variations
Color information
#533D81 (or 0x533D81) is known color: Gigas. HEX triplet: 53, 3D and 81. RGB value is (83,61,129). Sum of RGB (Red+Green+Blue) = 83+61+129=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 129 - color contains mainly: blue. Hex color #533D81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533D81 is #ACC27E. Grayscale: #4B4B4B. Windows color (decimal): -11321983 or 8469843. OLE color: 8469843.
HSL color Cylindrical-coordinate representation of color #533D81: hue angle of 259.41º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #533D81 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 61 | 129 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.49 |
| HSL | 259.41º | 0.36% | 0.37% | - |
| HSV(B) | 259.41º | 0.53% | 0.51% | - |
| XYZ | 9.2 | 6.76 | 21.59 | - |
| YUV | 75.33 | 158.29 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 129 | 0.36 | 0.53 | 0 | 0.49 | 259.41 | 0.36 | 0.37 |
| Hex | 53 | 3D | 81 | 24 | 35 | 0 | 31 | 103 | 24 | 25 |
| Octal | 123 | 75 | 201 | 44 | 65 | 0 | 61 | 403 | 44 | 45 |
| Binary | 1010011 | 111101 | 10000001 | 100100 | 110101 | 0 | 110001 | 100000011 | 100100 | 100101 |
Color Harmonies of #533D81
Complementary color
Monochromatic Colors of #533D81
Black with #533D81
Text Example
Text Example
White with #533D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533D81; }
p { color: rgb(83,61,129); }
H1.HeaderClassName
{
color: #533D81;
}
.AnyTagClassName
{
color: #533D81;
}
</style>
background-color css
<style>
a { background-color: #533D81; }
a { background-color: rgb(83,61,129); }
div.DivClassName
{
background-color: #533D81;
}
.BgClassName
{
background-color: #533D81;
}
</style>
border-color css
<style>
span { border-color: #533D81; }
span { border-color: rgb(83,61,129); }
td.TdClassName
{
border-color: #533D81;
}
.TagClassName
{
border-color: #533D81;
}
</style>