Shades of Gigas #533F83
Tints of Gigas #533F83
RGB
CMYK
RGB Variations
Color information
#533F83 (or 0x533F83) is known color: Gigas. HEX triplet: 53, 3F and 83. RGB value is (83,63,131). Sum of RGB (Red+Green+Blue) = 83+63+131=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 131 - color contains mainly: blue. Hex color #533F83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533F83 is #ACC07C. Grayscale: #4C4C4C. Windows color (decimal): -11321469 or 8601427. OLE color: 8601427.
HSL color Cylindrical-coordinate representation of color #533F83: hue angle of 257.65º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #533F83 is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 63 | 131 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.49 |
| HSL | 257.65º | 0.35% | 0.38% | - |
| HSV(B) | 257.65º | 0.52% | 0.51% | - |
| XYZ | 9.44 | 7.03 | 22.33 | - |
| YUV | 76.73 | 158.63 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 131 | 0.37 | 0.52 | 0 | 0.49 | 257.65 | 0.35 | 0.38 |
| Hex | 53 | 3F | 83 | 25 | 34 | 0 | 31 | 102 | 23 | 26 |
| Octal | 123 | 77 | 203 | 45 | 64 | 0 | 61 | 402 | 43 | 46 |
| Binary | 1010011 | 111111 | 10000011 | 100101 | 110100 | 0 | 110001 | 100000010 | 100011 | 100110 |
Color Harmonies of #533F83
Complementary color
Monochromatic Colors of #533F83
Black with #533F83
Text Example
Text Example
White with #533F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533F83; }
p { color: rgb(83,63,131); }
H1.HeaderClassName
{
color: #533F83;
}
.AnyTagClassName
{
color: #533F83;
}
</style>
background-color css
<style>
a { background-color: #533F83; }
a { background-color: rgb(83,63,131); }
div.DivClassName
{
background-color: #533F83;
}
.BgClassName
{
background-color: #533F83;
}
</style>
border-color css
<style>
span { border-color: #533F83; }
span { border-color: rgb(83,63,131); }
td.TdClassName
{
border-color: #533F83;
}
.TagClassName
{
border-color: #533F83;
}
</style>