Shades of Rich Blue #594EBA
Tints of Rich Blue #594EBA
RGB
CMYK
RGB Variations
Color information
#594EBA (or 0x594EBA) is known color: Rich Blue. HEX triplet: 59, 4E and BA. RGB value is (89,78,186). Sum of RGB (Red+Green+Blue) = 89+78+186=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #594EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594EBA is #A6B145. Grayscale: #5D5D5D. Windows color (decimal): -10924358 or 12209753. OLE color: 12209753.
HSL color Cylindrical-coordinate representation of color #594EBA: hue angle of 246.11º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #594EBA is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 78 | 186 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.27 |
| HSL | 246.11º | 0.44% | 0.52% | - |
| HSV(B) | 246.11º | 0.58% | 0.73% | - |
| XYZ | 15.71 | 11.12 | 47.77 | - |
| YUV | 93.6 | 180.14 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 78 | 186 | 0.52 | 0.58 | 0 | 0.27 | 246.11 | 0.44 | 0.52 |
| Hex | 59 | 4E | BA | 34 | 3A | 0 | 1B | F6 | 2C | 34 |
| Octal | 131 | 116 | 272 | 64 | 72 | 0 | 33 | 366 | 54 | 64 |
| Binary | 1011001 | 1001110 | 10111010 | 110100 | 111010 | 0 | 11011 | 11110110 | 101100 | 110100 |
Color Harmonies of #594EBA
Complementary color
Monochromatic Colors of #594EBA
Black with #594EBA
Text Example
Text Example
White with #594EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594EBA; }
p { color: rgb(89,78,186); }
H1.HeaderClassName
{
color: #594EBA;
}
.AnyTagClassName
{
color: #594EBA;
}
</style>
background-color css
<style>
a { background-color: #594EBA; }
a { background-color: rgb(89,78,186); }
div.DivClassName
{
background-color: #594EBA;
}
.BgClassName
{
background-color: #594EBA;
}
</style>
border-color css
<style>
span { border-color: #594EBA; }
span { border-color: rgb(89,78,186); }
td.TdClassName
{
border-color: #594EBA;
}
.TagClassName
{
border-color: #594EBA;
}
</style>