Shades of Gigas #584888
Tints of Gigas #584888
RGB
CMYK
RGB Variations
Color information
#584888 (or 0x584888) is known color: Gigas. HEX triplet: 58, 48 and 88. RGB value is (88,72,136). Sum of RGB (Red+Green+Blue) = 88+72+136=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 136 (53.52% from 255 or 45.95% from 296); Max value from RGB is 136 - color contains mainly: blue. Hex color #584888 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584888 is #A7B777. Grayscale: #535353. Windows color (decimal): -10991480 or 8931416. OLE color: 8931416.
HSL color Cylindrical-coordinate representation of color #584888: hue angle of 255º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #584888 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 72 | 136 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.47 |
| HSL | 255º | 0.31% | 0.41% | - |
| HSV(B) | 255º | 0.47% | 0.53% | - |
| XYZ | 10.79 | 8.49 | 24.36 | - |
| YUV | 84.08 | 157.3 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 72 | 136 | 0.35 | 0.47 | 0 | 0.47 | 255 | 0.31 | 0.41 |
| Hex | 58 | 48 | 88 | 23 | 2F | 0 | 2F | FF | 1F | 29 |
| Octal | 130 | 110 | 210 | 43 | 57 | 0 | 57 | 377 | 37 | 51 |
| Binary | 1011000 | 1001000 | 10001000 | 100011 | 101111 | 0 | 101111 | 11111111 | 11111 | 101001 |
Color Harmonies of #584888
Complementary color
Monochromatic Colors of #584888
Black with #584888
Text Example
Text Example
White with #584888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584888; }
p { color: rgb(88,72,136); }
H1.HeaderClassName
{
color: #584888;
}
.AnyTagClassName
{
color: #584888;
}
</style>
background-color css
<style>
a { background-color: #584888; }
a { background-color: rgb(88,72,136); }
div.DivClassName
{
background-color: #584888;
}
.BgClassName
{
background-color: #584888;
}
</style>
border-color css
<style>
span { border-color: #584888; }
span { border-color: rgb(88,72,136); }
td.TdClassName
{
border-color: #584888;
}
.TagClassName
{
border-color: #584888;
}
</style>