Shades of Rich Blue #5849BE
Tints of Rich Blue #5849BE
RGB
CMYK
RGB Variations
Color information
#5849BE (or 0x5849BE) is known color: Rich Blue. HEX triplet: 58, 49 and BE. RGB value is (88,73,190). Sum of RGB (Red+Green+Blue) = 88+73+190=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #5849BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5849BE is #A7B641. Grayscale: #5A5A5A. Windows color (decimal): -10991170 or 12470616. OLE color: 12470616.
HSL color Cylindrical-coordinate representation of color #5849BE: hue angle of 247.69º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5849BE is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 73 | 190 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.25 |
| HSL | 247.69º | 0.47% | 0.52% | - |
| HSV(B) | 247.69º | 0.62% | 0.75% | - |
| XYZ | 15.7 | 10.56 | 49.93 | - |
| YUV | 90.82 | 183.97 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 73 | 190 | 0.54 | 0.62 | 0 | 0.25 | 247.69 | 0.47 | 0.52 |
| Hex | 58 | 49 | BE | 36 | 3E | 0 | 19 | F8 | 2F | 34 |
| Octal | 130 | 111 | 276 | 66 | 76 | 0 | 31 | 370 | 57 | 64 |
| Binary | 1011000 | 1001001 | 10111110 | 110110 | 111110 | 0 | 11001 | 11111000 | 101111 | 110100 |
Color Harmonies of #5849BE
Complementary color
Monochromatic Colors of #5849BE
Black with #5849BE
Text Example
Text Example
White with #5849BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5849BE; }
p { color: rgb(88,73,190); }
H1.HeaderClassName
{
color: #5849BE;
}
.AnyTagClassName
{
color: #5849BE;
}
</style>
background-color css
<style>
a { background-color: #5849BE; }
a { background-color: rgb(88,73,190); }
div.DivClassName
{
background-color: #5849BE;
}
.BgClassName
{
background-color: #5849BE;
}
</style>
border-color css
<style>
span { border-color: #5849BE; }
span { border-color: rgb(88,73,190); }
td.TdClassName
{
border-color: #5849BE;
}
.TagClassName
{
border-color: #5849BE;
}
</style>