Shades of Gigas #534184
Tints of Gigas #534184
RGB
CMYK
RGB Variations
Color information
#534184 (or 0x534184) is known color: Gigas. HEX triplet: 53, 41 and 84. RGB value is (83,65,132). Sum of RGB (Red+Green+Blue) = 83+65+132=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 132 - color contains mainly: blue. Hex color #534184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534184 is #ACBE7B. Grayscale: #4D4D4D. Windows color (decimal): -11320956 or 8667475. OLE color: 8667475.
HSL color Cylindrical-coordinate representation of color #534184: hue angle of 256.12º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #534184 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 83 | 65 | 132 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.48 |
| HSL | 256.12º | 0.34% | 0.39% | - |
| HSV(B) | 256.12º | 0.51% | 0.52% | - |
| XYZ | 9.62 | 7.29 | 22.73 | - |
| YUV | 78.02 | 158.46 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 65 | 132 | 0.37 | 0.51 | 0 | 0.48 | 256.12 | 0.34 | 0.39 |
| Hex | 53 | 41 | 84 | 25 | 33 | 0 | 30 | 100 | 22 | 27 |
| Octal | 123 | 101 | 204 | 45 | 63 | 0 | 60 | 400 | 42 | 47 |
| Binary | 1010011 | 1000001 | 10000100 | 100101 | 110011 | 0 | 110000 | 100000000 | 100010 | 100111 |
Color Harmonies of #534184
Complementary color
Monochromatic Colors of #534184
Black with #534184
Text Example
Text Example
White with #534184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534184; }
p { color: rgb(83,65,132); }
H1.HeaderClassName
{
color: #534184;
}
.AnyTagClassName
{
color: #534184;
}
</style>
background-color css
<style>
a { background-color: #534184; }
a { background-color: rgb(83,65,132); }
div.DivClassName
{
background-color: #534184;
}
.BgClassName
{
background-color: #534184;
}
</style>
border-color css
<style>
span { border-color: #534184; }
span { border-color: rgb(83,65,132); }
td.TdClassName
{
border-color: #534184;
}
.TagClassName
{
border-color: #534184;
}
</style>