Shades of Rich Blue #594DA0
Tints of Rich Blue #594DA0
RGB
CMYK
RGB Variations
Color information
#594DA0 (or 0x594DA0) is known color: Rich Blue. HEX triplet: 59, 4D and A0. RGB value is (89,77,160). Sum of RGB (Red+Green+Blue) = 89+77+160=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 160 (62.89% from 255 or 49.08% from 326); Max value from RGB is 160 - color contains mainly: blue. Hex color #594DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594DA0 is #A6B25F. Grayscale: #595959. Windows color (decimal): -10924640 or 10505561. OLE color: 10505561.
HSL color Cylindrical-coordinate representation of color #594DA0: hue angle of 248.67º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #594DA0 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 89 | 77 | 160 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.37 |
| HSL | 248.67º | 0.35% | 0.46% | - |
| HSV(B) | 248.67º | 0.52% | 0.63% | - |
| XYZ | 13.12 | 9.97 | 34.49 | - |
| YUV | 90.05 | 167.48 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 160 | 0.44 | 0.52 | 0 | 0.37 | 248.67 | 0.35 | 0.46 |
| Hex | 59 | 4D | A0 | 2C | 34 | 0 | 25 | F9 | 23 | 2E |
| Octal | 131 | 115 | 240 | 54 | 64 | 0 | 45 | 371 | 43 | 56 |
| Binary | 1011001 | 1001101 | 10100000 | 101100 | 110100 | 0 | 100101 | 11111001 | 100011 | 101110 |
Color Harmonies of #594DA0
Complementary color
Monochromatic Colors of #594DA0
Black with #594DA0
Text Example
Text Example
White with #594DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594DA0; }
p { color: rgb(89,77,160); }
H1.HeaderClassName
{
color: #594DA0;
}
.AnyTagClassName
{
color: #594DA0;
}
</style>
background-color css
<style>
a { background-color: #594DA0; }
a { background-color: rgb(89,77,160); }
div.DivClassName
{
background-color: #594DA0;
}
.BgClassName
{
background-color: #594DA0;
}
</style>
border-color css
<style>
span { border-color: #594DA0; }
span { border-color: rgb(89,77,160); }
td.TdClassName
{
border-color: #594DA0;
}
.TagClassName
{
border-color: #594DA0;
}
</style>