Shades of Rich Blue #5949B1
Tints of Rich Blue #5949B1
RGB
CMYK
RGB Variations
Color information
#5949B1 (or 0x5949B1) is known color: Rich Blue. HEX triplet: 59, 49 and B1. RGB value is (89,73,177). Sum of RGB (Red+Green+Blue) = 89+73+177=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 177 (69.53% from 255 or 52.21% from 339); Max value from RGB is 177 - color contains mainly: blue. Hex color #5949B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5949B1 is #A6B64E. Grayscale: #595959. Windows color (decimal): -10925647 or 11618649. OLE color: 11618649.
HSL color Cylindrical-coordinate representation of color #5949B1: hue angle of 249.23º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5949B1 is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 73 | 177 | - |
| CMYK | 0.50 | 0.59 | 0 | 0.31 |
| HSL | 249.23º | 0.42% | 0.49% | - |
| HSV(B) | 249.23º | 0.59% | 0.69% | - |
| XYZ | 14.44 | 10.06 | 42.78 | - |
| YUV | 89.64 | 177.3 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 73 | 177 | 0.50 | 0.59 | 0 | 0.31 | 249.23 | 0.42 | 0.49 |
| Hex | 59 | 49 | B1 | 32 | 3B | 0 | 1F | F9 | 2A | 31 |
| Octal | 131 | 111 | 261 | 62 | 73 | 0 | 37 | 371 | 52 | 61 |
| Binary | 1011001 | 1001001 | 10110001 | 110010 | 111011 | 0 | 11111 | 11111001 | 101010 | 110001 |
Color Harmonies of #5949B1
Complementary color
Monochromatic Colors of #5949B1
Black with #5949B1
Text Example
Text Example
White with #5949B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5949B1; }
p { color: rgb(89,73,177); }
H1.HeaderClassName
{
color: #5949B1;
}
.AnyTagClassName
{
color: #5949B1;
}
</style>
background-color css
<style>
a { background-color: #5949B1; }
a { background-color: rgb(89,73,177); }
div.DivClassName
{
background-color: #5949B1;
}
.BgClassName
{
background-color: #5949B1;
}
</style>
border-color css
<style>
span { border-color: #5949B1; }
span { border-color: rgb(89,73,177); }
td.TdClassName
{
border-color: #5949B1;
}
.TagClassName
{
border-color: #5949B1;
}
</style>