Shades of Rich Blue #5847BC
Tints of Rich Blue #5847BC
RGB
CMYK
RGB Variations
Color information
#5847BC (or 0x5847BC) is known color: Rich Blue. HEX triplet: 58, 47 and BC. RGB value is (88,71,188). Sum of RGB (Red+Green+Blue) = 88+71+188=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #5847BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5847BC is #A7B843. Grayscale: #585858. Windows color (decimal): -10991684 or 12339032. OLE color: 12339032.
HSL color Cylindrical-coordinate representation of color #5847BC: hue angle of 248.72º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5847BC is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 71 | 188 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.26 |
| HSL | 248.72º | 0.47% | 0.51% | - |
| HSV(B) | 248.72º | 0.62% | 0.74% | - |
| XYZ | 15.35 | 10.21 | 48.74 | - |
| YUV | 89.42 | 183.63 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 71 | 188 | 0.53 | 0.62 | 0 | 0.26 | 248.72 | 0.47 | 0.51 |
| Hex | 58 | 47 | BC | 35 | 3E | 0 | 1A | F9 | 2F | 33 |
| Octal | 130 | 107 | 274 | 65 | 76 | 0 | 32 | 371 | 57 | 63 |
| Binary | 1011000 | 1000111 | 10111100 | 110101 | 111110 | 0 | 11010 | 11111001 | 101111 | 110011 |
Color Harmonies of #5847BC
Complementary color
Monochromatic Colors of #5847BC
Black with #5847BC
Text Example
Text Example
White with #5847BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5847BC; }
p { color: rgb(88,71,188); }
H1.HeaderClassName
{
color: #5847BC;
}
.AnyTagClassName
{
color: #5847BC;
}
</style>
background-color css
<style>
a { background-color: #5847BC; }
a { background-color: rgb(88,71,188); }
div.DivClassName
{
background-color: #5847BC;
}
.BgClassName
{
background-color: #5847BC;
}
</style>
border-color css
<style>
span { border-color: #5847BC; }
span { border-color: rgb(88,71,188); }
td.TdClassName
{
border-color: #5847BC;
}
.TagClassName
{
border-color: #5847BC;
}
</style>