Shades of Gigas #533F81
Tints of Gigas #533F81
RGB
CMYK
RGB Variations
Color information
#533F81 (or 0x533F81) is known color: Gigas. HEX triplet: 53, 3F and 81. RGB value is (83,63,129). Sum of RGB (Red+Green+Blue) = 83+63+129=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 129 - color contains mainly: blue. Hex color #533F81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533F81 is #ACC07E. Grayscale: #4C4C4C. Windows color (decimal): -11321471 or 8470355. OLE color: 8470355.
HSL color Cylindrical-coordinate representation of color #533F81: hue angle of 258.18º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #533F81 is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 63 | 129 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.49 |
| HSL | 258.18º | 0.34% | 0.38% | - |
| HSV(B) | 258.18º | 0.51% | 0.51% | - |
| XYZ | 9.31 | 6.98 | 21.63 | - |
| YUV | 76.5 | 157.63 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 129 | 0.36 | 0.51 | 0 | 0.49 | 258.18 | 0.34 | 0.38 |
| Hex | 53 | 3F | 81 | 24 | 33 | 0 | 31 | 102 | 22 | 26 |
| Octal | 123 | 77 | 201 | 44 | 63 | 0 | 61 | 402 | 42 | 46 |
| Binary | 1010011 | 111111 | 10000001 | 100100 | 110011 | 0 | 110001 | 100000010 | 100010 | 100110 |
Color Harmonies of #533F81
Complementary color
Monochromatic Colors of #533F81
Black with #533F81
Text Example
Text Example
White with #533F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533F81; }
p { color: rgb(83,63,129); }
H1.HeaderClassName
{
color: #533F81;
}
.AnyTagClassName
{
color: #533F81;
}
</style>
background-color css
<style>
a { background-color: #533F81; }
a { background-color: rgb(83,63,129); }
div.DivClassName
{
background-color: #533F81;
}
.BgClassName
{
background-color: #533F81;
}
</style>
border-color css
<style>
span { border-color: #533F81; }
span { border-color: rgb(83,63,129); }
td.TdClassName
{
border-color: #533F81;
}
.TagClassName
{
border-color: #533F81;
}
</style>