Shades of Rich Blue #5849BC
Tints of Rich Blue #5849BC
RGB
CMYK
RGB Variations
Color information
#5849BC (or 0x5849BC) is known color: Rich Blue. HEX triplet: 58, 49 and BC. RGB value is (88,73,188). Sum of RGB (Red+Green+Blue) = 88+73+188=349 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.21% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #5849BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5849BC is #A7B643. Grayscale: #5A5A5A. Windows color (decimal): -10991172 or 12339544. OLE color: 12339544.
HSL color Cylindrical-coordinate representation of color #5849BC: hue angle of 247.83º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5849BC is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 73 | 188 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.26 |
| HSL | 247.83º | 0.46% | 0.51% | - |
| HSV(B) | 247.83º | 0.61% | 0.74% | - |
| XYZ | 15.48 | 10.47 | 48.78 | - |
| YUV | 90.6 | 182.97 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 73 | 188 | 0.53 | 0.61 | 0 | 0.26 | 247.83 | 0.46 | 0.51 |
| Hex | 58 | 49 | BC | 35 | 3D | 0 | 1A | F8 | 2E | 33 |
| Octal | 130 | 111 | 274 | 65 | 75 | 0 | 32 | 370 | 56 | 63 |
| Binary | 1011000 | 1001001 | 10111100 | 110101 | 111101 | 0 | 11010 | 11111000 | 101110 | 110011 |
Color Harmonies of #5849BC
Complementary color
Monochromatic Colors of #5849BC
Black with #5849BC
Text Example
Text Example
White with #5849BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5849BC; }
p { color: rgb(88,73,188); }
H1.HeaderClassName
{
color: #5849BC;
}
.AnyTagClassName
{
color: #5849BC;
}
</style>
background-color css
<style>
a { background-color: #5849BC; }
a { background-color: rgb(88,73,188); }
div.DivClassName
{
background-color: #5849BC;
}
.BgClassName
{
background-color: #5849BC;
}
</style>
border-color css
<style>
span { border-color: #5849BC; }
span { border-color: rgb(88,73,188); }
td.TdClassName
{
border-color: #5849BC;
}
.TagClassName
{
border-color: #5849BC;
}
</style>