Shades of Rich Blue #594DBA
Tints of Rich Blue #594DBA
RGB
CMYK
RGB Variations
Color information
#594DBA (or 0x594DBA) is known color: Rich Blue. HEX triplet: 59, 4D and BA. RGB value is (89,77,186). Sum of RGB (Red+Green+Blue) = 89+77+186=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #594DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594DBA is #A6B245. Grayscale: #5C5C5C. Windows color (decimal): -10924614 or 12209497. OLE color: 12209497.
HSL color Cylindrical-coordinate representation of color #594DBA: hue angle of 246.61º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #594DBA is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 77 | 186 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.27 |
| HSL | 246.61º | 0.44% | 0.52% | - |
| HSV(B) | 246.61º | 0.59% | 0.73% | - |
| XYZ | 15.64 | 10.98 | 47.75 | - |
| YUV | 93.01 | 180.48 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 186 | 0.52 | 0.59 | 0 | 0.27 | 246.61 | 0.44 | 0.52 |
| Hex | 59 | 4D | BA | 34 | 3B | 0 | 1B | F7 | 2C | 34 |
| Octal | 131 | 115 | 272 | 64 | 73 | 0 | 33 | 367 | 54 | 64 |
| Binary | 1011001 | 1001101 | 10111010 | 110100 | 111011 | 0 | 11011 | 11110111 | 101100 | 110100 |
Color Harmonies of #594DBA
Complementary color
Monochromatic Colors of #594DBA
Black with #594DBA
Text Example
Text Example
White with #594DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594DBA; }
p { color: rgb(89,77,186); }
H1.HeaderClassName
{
color: #594DBA;
}
.AnyTagClassName
{
color: #594DBA;
}
</style>
background-color css
<style>
a { background-color: #594DBA; }
a { background-color: rgb(89,77,186); }
div.DivClassName
{
background-color: #594DBA;
}
.BgClassName
{
background-color: #594DBA;
}
</style>
border-color css
<style>
span { border-color: #594DBA; }
span { border-color: rgb(89,77,186); }
td.TdClassName
{
border-color: #594DBA;
}
.TagClassName
{
border-color: #594DBA;
}
</style>