Shades of Gigas #594A88
Tints of Gigas #594A88
RGB
CMYK
RGB Variations
Color information
#594A88 (or 0x594A88) is known color: Gigas. HEX triplet: 59, 4A and 88. RGB value is (89,74,136). Sum of RGB (Red+Green+Blue) = 89+74+136=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 136 - color contains mainly: blue. Hex color #594A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594A88 is #A6B577. Grayscale: #555555. Windows color (decimal): -10925432 or 8931929. OLE color: 8931929.
HSL color Cylindrical-coordinate representation of color #594A88: hue angle of 254.52º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #594A88 is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 74 | 136 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.47 |
| HSL | 254.52º | 0.3% | 0.41% | - |
| HSV(B) | 254.52º | 0.46% | 0.53% | - |
| XYZ | 11.01 | 8.8 | 24.41 | - |
| YUV | 85.55 | 156.47 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 74 | 136 | 0.35 | 0.46 | 0 | 0.47 | 254.52 | 0.3 | 0.41 |
| Hex | 59 | 4A | 88 | 23 | 2E | 0 | 2F | FF | 1E | 29 |
| Octal | 131 | 112 | 210 | 43 | 56 | 0 | 57 | 377 | 36 | 51 |
| Binary | 1011001 | 1001010 | 10001000 | 100011 | 101110 | 0 | 101111 | 11111111 | 11110 | 101001 |
Color Harmonies of #594A88
Complementary color
Monochromatic Colors of #594A88
Black with #594A88
Text Example
Text Example
White with #594A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594A88; }
p { color: rgb(89,74,136); }
H1.HeaderClassName
{
color: #594A88;
}
.AnyTagClassName
{
color: #594A88;
}
</style>
background-color css
<style>
a { background-color: #594A88; }
a { background-color: rgb(89,74,136); }
div.DivClassName
{
background-color: #594A88;
}
.BgClassName
{
background-color: #594A88;
}
</style>
border-color css
<style>
span { border-color: #594A88; }
span { border-color: rgb(89,74,136); }
td.TdClassName
{
border-color: #594A88;
}
.TagClassName
{
border-color: #594A88;
}
</style>