Shades of Rich Blue #5859BF
Tints of Rich Blue #5859BF
RGB
CMYK
RGB Variations
Color information
#5859BF (or 0x5859BF) is known color: Rich Blue. HEX triplet: 58, 59 and BF. RGB value is (88,89,191). Sum of RGB (Red+Green+Blue) = 88+89+191=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #5859BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5859BF is #A7A640. Grayscale: #636363. Windows color (decimal): -10987073 or 12540248. OLE color: 12540248.
HSL color Cylindrical-coordinate representation of color #5859BF: hue angle of 239.42º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5859BF is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 89 | 191 | - |
| CMYK | 0.54 | 0.53 | 0 | 0.25 |
| HSL | 239.42º | 0.45% | 0.55% | - |
| HSV(B) | 239.42º | 0.54% | 0.75% | - |
| XYZ | 17 | 12.98 | 50.9 | - |
| YUV | 100.33 | 179.17 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 89 | 191 | 0.54 | 0.53 | 0 | 0.25 | 239.42 | 0.45 | 0.55 |
| Hex | 58 | 59 | BF | 36 | 35 | 0 | 19 | EF | 2D | 37 |
| Octal | 130 | 131 | 277 | 66 | 65 | 0 | 31 | 357 | 55 | 67 |
| Binary | 1011000 | 1011001 | 10111111 | 110110 | 110101 | 0 | 11001 | 11101111 | 101101 | 110111 |
Color Harmonies of #5859BF
Complementary color
Monochromatic Colors of #5859BF
Black with #5859BF
Text Example
Text Example
White with #5859BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5859BF; }
p { color: rgb(88,89,191); }
H1.HeaderClassName
{
color: #5859BF;
}
.AnyTagClassName
{
color: #5859BF;
}
</style>
background-color css
<style>
a { background-color: #5859BF; }
a { background-color: rgb(88,89,191); }
div.DivClassName
{
background-color: #5859BF;
}
.BgClassName
{
background-color: #5859BF;
}
</style>
border-color css
<style>
span { border-color: #5859BF; }
span { border-color: rgb(88,89,191); }
td.TdClassName
{
border-color: #5859BF;
}
.TagClassName
{
border-color: #5859BF;
}
</style>