Shades of Rich Blue #594DBB
Tints of Rich Blue #594DBB
RGB
CMYK
RGB Variations
Color information
#594DBB (or 0x594DBB) is known color: Rich Blue. HEX triplet: 59, 4D and BB. RGB value is (89,77,187). Sum of RGB (Red+Green+Blue) = 89+77+187=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #594DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594DBB is #A6B244. Grayscale: #5C5C5C. Windows color (decimal): -10924613 or 12275033. OLE color: 12275033.
HSL color Cylindrical-coordinate representation of color #594DBB: hue angle of 246.55º degrees, saturation: 0.45, 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 #594DBB is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 77 | 187 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.27 |
| HSL | 246.55º | 0.45% | 0.52% | - |
| HSV(B) | 246.55º | 0.59% | 0.73% | - |
| XYZ | 15.74 | 11.02 | 48.31 | - |
| YUV | 93.13 | 180.98 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 187 | 0.52 | 0.59 | 0 | 0.27 | 246.55 | 0.45 | 0.52 |
| Hex | 59 | 4D | BB | 34 | 3B | 0 | 1B | F7 | 2D | 34 |
| Octal | 131 | 115 | 273 | 64 | 73 | 0 | 33 | 367 | 55 | 64 |
| Binary | 1011001 | 1001101 | 10111011 | 110100 | 111011 | 0 | 11011 | 11110111 | 101101 | 110100 |
Color Harmonies of #594DBB
Complementary color
Monochromatic Colors of #594DBB
Black with #594DBB
Text Example
Text Example
White with #594DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594DBB; }
p { color: rgb(89,77,187); }
H1.HeaderClassName
{
color: #594DBB;
}
.AnyTagClassName
{
color: #594DBB;
}
</style>
background-color css
<style>
a { background-color: #594DBB; }
a { background-color: rgb(89,77,187); }
div.DivClassName
{
background-color: #594DBB;
}
.BgClassName
{
background-color: #594DBB;
}
</style>
border-color css
<style>
span { border-color: #594DBB; }
span { border-color: rgb(89,77,187); }
td.TdClassName
{
border-color: #594DBB;
}
.TagClassName
{
border-color: #594DBB;
}
</style>