Shades of Rich Blue #5958BB
Tints of Rich Blue #5958BB
RGB
CMYK
RGB Variations
Color information
#5958BB (or 0x5958BB) is known color: Rich Blue. HEX triplet: 59, 58 and BB. RGB value is (89,88,187). Sum of RGB (Red+Green+Blue) = 89+88+187=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #5958BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5958BB is #A6A744. Grayscale: #636363. Windows color (decimal): -10921797 or 12277849. OLE color: 12277849.
HSL color Cylindrical-coordinate representation of color #5958BB: hue angle of 240.61º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5958BB is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 88 | 187 | - |
| CMYK | 0.52 | 0.53 | 0 | 0.27 |
| HSL | 240.61º | 0.42% | 0.54% | - |
| HSV(B) | 240.61º | 0.53% | 0.73% | - |
| XYZ | 16.58 | 12.69 | 48.59 | - |
| YUV | 99.59 | 177.33 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 88 | 187 | 0.52 | 0.53 | 0 | 0.27 | 240.61 | 0.42 | 0.54 |
| Hex | 59 | 58 | BB | 34 | 35 | 0 | 1B | F1 | 2A | 36 |
| Octal | 131 | 130 | 273 | 64 | 65 | 0 | 33 | 361 | 52 | 66 |
| Binary | 1011001 | 1011000 | 10111011 | 110100 | 110101 | 0 | 11011 | 11110001 | 101010 | 110110 |
Color Harmonies of #5958BB
Complementary color
Monochromatic Colors of #5958BB
Black with #5958BB
Text Example
Text Example
White with #5958BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5958BB; }
p { color: rgb(89,88,187); }
H1.HeaderClassName
{
color: #5958BB;
}
.AnyTagClassName
{
color: #5958BB;
}
</style>
background-color css
<style>
a { background-color: #5958BB; }
a { background-color: rgb(89,88,187); }
div.DivClassName
{
background-color: #5958BB;
}
.BgClassName
{
background-color: #5958BB;
}
</style>
border-color css
<style>
span { border-color: #5958BB; }
span { border-color: rgb(89,88,187); }
td.TdClassName
{
border-color: #5958BB;
}
.TagClassName
{
border-color: #5958BB;
}
</style>