Shades of Gigas #584082
Tints of Gigas #584082
RGB
CMYK
RGB Variations
Color information
#584082 (or 0x584082) is known color: Gigas. HEX triplet: 58, 40 and 82. RGB value is (88,64,130). Sum of RGB (Red+Green+Blue) = 88+64+130=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #584082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584082 is #A7BF7D. Grayscale: #4E4E4E. Windows color (decimal): -10993534 or 8536152. OLE color: 8536152.
HSL color Cylindrical-coordinate representation of color #584082: hue angle of 261.82º 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 #584082 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 64 | 130 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.49 |
| HSL | 261.82º | 0.34% | 0.38% | - |
| HSV(B) | 261.82º | 0.51% | 0.51% | - |
| XYZ | 9.89 | 7.35 | 22.02 | - |
| YUV | 78.7 | 156.95 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 64 | 130 | 0.32 | 0.51 | 0 | 0.49 | 261.82 | 0.34 | 0.38 |
| Hex | 58 | 40 | 82 | 20 | 33 | 0 | 31 | 106 | 22 | 26 |
| Octal | 130 | 100 | 202 | 40 | 63 | 0 | 61 | 406 | 42 | 46 |
| Binary | 1011000 | 1000000 | 10000010 | 100000 | 110011 | 0 | 110001 | 100000110 | 100010 | 100110 |
Color Harmonies of #584082
Complementary color
Monochromatic Colors of #584082
Black with #584082
Text Example
Text Example
White with #584082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584082; }
p { color: rgb(88,64,130); }
H1.HeaderClassName
{
color: #584082;
}
.AnyTagClassName
{
color: #584082;
}
</style>
background-color css
<style>
a { background-color: #584082; }
a { background-color: rgb(88,64,130); }
div.DivClassName
{
background-color: #584082;
}
.BgClassName
{
background-color: #584082;
}
</style>
border-color css
<style>
span { border-color: #584082; }
span { border-color: rgb(88,64,130); }
td.TdClassName
{
border-color: #584082;
}
.TagClassName
{
border-color: #584082;
}
</style>