Shades of Rich Blue #594EAA
Tints of Rich Blue #594EAA
RGB
CMYK
RGB Variations
Color information
#594EAA (or 0x594EAA) is known color: Rich Blue. HEX triplet: 59, 4E and AA. RGB value is (89,78,170). Sum of RGB (Red+Green+Blue) = 89+78+170=337 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.41% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #594EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594EAA is #A6B155. Grayscale: #5B5B5B. Windows color (decimal): -10924374 or 11161177. OLE color: 11161177.
HSL color Cylindrical-coordinate representation of color #594EAA: hue angle of 247.17º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #594EAA is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 78 | 170 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.33 |
| HSL | 247.17º | 0.37% | 0.49% | - |
| HSV(B) | 247.17º | 0.54% | 0.67% | - |
| XYZ | 14.1 | 10.47 | 39.31 | - |
| YUV | 91.78 | 172.14 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 78 | 170 | 0.48 | 0.54 | 0 | 0.33 | 247.17 | 0.37 | 0.49 |
| Hex | 59 | 4E | AA | 30 | 36 | 0 | 21 | F7 | 25 | 31 |
| Octal | 131 | 116 | 252 | 60 | 66 | 0 | 41 | 367 | 45 | 61 |
| Binary | 1011001 | 1001110 | 10101010 | 110000 | 110110 | 0 | 100001 | 11110111 | 100101 | 110001 |
Color Harmonies of #594EAA
Complementary color
Monochromatic Colors of #594EAA
Black with #594EAA
Text Example
Text Example
White with #594EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594EAA; }
p { color: rgb(89,78,170); }
H1.HeaderClassName
{
color: #594EAA;
}
.AnyTagClassName
{
color: #594EAA;
}
</style>
background-color css
<style>
a { background-color: #594EAA; }
a { background-color: rgb(89,78,170); }
div.DivClassName
{
background-color: #594EAA;
}
.BgClassName
{
background-color: #594EAA;
}
</style>
border-color css
<style>
span { border-color: #594EAA; }
span { border-color: rgb(89,78,170); }
td.TdClassName
{
border-color: #594EAA;
}
.TagClassName
{
border-color: #594EAA;
}
</style>