Shades of Rich Blue #5958BF
Tints of Rich Blue #5958BF
RGB
CMYK
RGB Variations
Color information
#5958BF (or 0x5958BF) is known color: Rich Blue. HEX triplet: 59, 58 and BF. RGB value is (89,88,191). Sum of RGB (Red+Green+Blue) = 89+88+191=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 88 (34.77% from 255 or 23.91% 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 #5958BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5958BF is #A6A740. Grayscale: #636363. Windows color (decimal): -10921793 or 12539993. OLE color: 12539993.
HSL color Cylindrical-coordinate representation of color #5958BF: hue angle of 240.58º 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 #5958BF is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 88 | 191 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.25 |
| HSL | 240.58º | 0.45% | 0.55% | - |
| HSV(B) | 240.58º | 0.54% | 0.75% | - |
| XYZ | 17.01 | 12.86 | 50.88 | - |
| YUV | 100.04 | 179.33 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 88 | 191 | 0.53 | 0.54 | 0 | 0.25 | 240.58 | 0.45 | 0.55 |
| Hex | 59 | 58 | BF | 35 | 36 | 0 | 19 | F1 | 2D | 37 |
| Octal | 131 | 130 | 277 | 65 | 66 | 0 | 31 | 361 | 55 | 67 |
| Binary | 1011001 | 1011000 | 10111111 | 110101 | 110110 | 0 | 11001 | 11110001 | 101101 | 110111 |
Color Harmonies of #5958BF
Complementary color
Monochromatic Colors of #5958BF
Black with #5958BF
Text Example
Text Example
White with #5958BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5958BF; }
p { color: rgb(89,88,191); }
H1.HeaderClassName
{
color: #5958BF;
}
.AnyTagClassName
{
color: #5958BF;
}
</style>
background-color css
<style>
a { background-color: #5958BF; }
a { background-color: rgb(89,88,191); }
div.DivClassName
{
background-color: #5958BF;
}
.BgClassName
{
background-color: #5958BF;
}
</style>
border-color css
<style>
span { border-color: #5958BF; }
span { border-color: rgb(89,88,191); }
td.TdClassName
{
border-color: #5958BF;
}
.TagClassName
{
border-color: #5958BF;
}
</style>