Shades of Rich Blue #5951BA
Tints of Rich Blue #5951BA
RGB
CMYK
RGB Variations
Color information
#5951BA (or 0x5951BA) is known color: Rich Blue. HEX triplet: 59, 51 and BA. RGB value is (89,81,186). Sum of RGB (Red+Green+Blue) = 89+81+186=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #5951BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5951BA is #A6AE45. Grayscale: #5E5E5E. Windows color (decimal): -10923590 or 12210521. OLE color: 12210521.
HSL color Cylindrical-coordinate representation of color #5951BA: hue angle of 244.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5951BA is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 81 | 186 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.27 |
| HSL | 244.57º | 0.43% | 0.52% | - |
| HSV(B) | 244.57º | 0.56% | 0.73% | - |
| XYZ | 15.93 | 11.55 | 47.85 | - |
| YUV | 95.36 | 179.15 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 186 | 0.52 | 0.56 | 0 | 0.27 | 244.57 | 0.43 | 0.52 |
| Hex | 59 | 51 | BA | 34 | 38 | 0 | 1B | F5 | 2B | 34 |
| Octal | 131 | 121 | 272 | 64 | 70 | 0 | 33 | 365 | 53 | 64 |
| Binary | 1011001 | 1010001 | 10111010 | 110100 | 111000 | 0 | 11011 | 11110101 | 101011 | 110100 |
Color Harmonies of #5951BA
Complementary color
Monochromatic Colors of #5951BA
Black with #5951BA
Text Example
Text Example
White with #5951BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5951BA; }
p { color: rgb(89,81,186); }
H1.HeaderClassName
{
color: #5951BA;
}
.AnyTagClassName
{
color: #5951BA;
}
</style>
background-color css
<style>
a { background-color: #5951BA; }
a { background-color: rgb(89,81,186); }
div.DivClassName
{
background-color: #5951BA;
}
.BgClassName
{
background-color: #5951BA;
}
</style>
border-color css
<style>
span { border-color: #5951BA; }
span { border-color: rgb(89,81,186); }
td.TdClassName
{
border-color: #5951BA;
}
.TagClassName
{
border-color: #5951BA;
}
</style>