Shades of Rich Blue #5848BC
Tints of Rich Blue #5848BC
RGB
CMYK
RGB Variations
Color information
#5848BC (or 0x5848BC) is known color: Rich Blue. HEX triplet: 58, 48 and BC. RGB value is (88,72,188). Sum of RGB (Red+Green+Blue) = 88+72+188=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #5848BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5848BC is #A7B743. Grayscale: #595959. Windows color (decimal): -10991428 or 12339288. OLE color: 12339288.
HSL color Cylindrical-coordinate representation of color #5848BC: hue angle of 248.28º degrees, saturation: 0.46, 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 #5848BC is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 72 | 188 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.26 |
| HSL | 248.28º | 0.46% | 0.51% | - |
| HSV(B) | 248.28º | 0.62% | 0.74% | - |
| XYZ | 15.42 | 10.34 | 48.76 | - |
| YUV | 90.01 | 183.3 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 72 | 188 | 0.53 | 0.62 | 0 | 0.26 | 248.28 | 0.46 | 0.51 |
| Hex | 58 | 48 | BC | 35 | 3E | 0 | 1A | F8 | 2E | 33 |
| Octal | 130 | 110 | 274 | 65 | 76 | 0 | 32 | 370 | 56 | 63 |
| Binary | 1011000 | 1001000 | 10111100 | 110101 | 111110 | 0 | 11010 | 11111000 | 101110 | 110011 |
Color Harmonies of #5848BC
Complementary color
Monochromatic Colors of #5848BC
Black with #5848BC
Text Example
Text Example
White with #5848BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5848BC; }
p { color: rgb(88,72,188); }
H1.HeaderClassName
{
color: #5848BC;
}
.AnyTagClassName
{
color: #5848BC;
}
</style>
background-color css
<style>
a { background-color: #5848BC; }
a { background-color: rgb(88,72,188); }
div.DivClassName
{
background-color: #5848BC;
}
.BgClassName
{
background-color: #5848BC;
}
</style>
border-color css
<style>
span { border-color: #5848BC; }
span { border-color: rgb(88,72,188); }
td.TdClassName
{
border-color: #5848BC;
}
.TagClassName
{
border-color: #5848BC;
}
</style>