Shades of Rich Blue #5648BC
Tints of Rich Blue #5648BC
RGB
CMYK
RGB Variations
Color information
#5648BC (or 0x5648BC) is known color: Rich Blue. HEX triplet: 56, 48 and BC. RGB value is (86,72,188). Sum of RGB (Red+Green+Blue) = 86+72+188=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #5648BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5648BC is #A9B743. Grayscale: #585858. Windows color (decimal): -11122500 or 12339286. OLE color: 12339286.
HSL color Cylindrical-coordinate representation of color #5648BC: hue angle of 247.24º 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 #5648BC is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 72 | 188 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.26 |
| HSL | 247.24º | 0.46% | 0.51% | - |
| HSV(B) | 247.24º | 0.62% | 0.74% | - |
| XYZ | 15.23 | 10.24 | 48.75 | - |
| YUV | 89.41 | 183.64 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 72 | 188 | 0.54 | 0.62 | 0 | 0.26 | 247.24 | 0.46 | 0.51 |
| Hex | 56 | 48 | BC | 36 | 3E | 0 | 1A | F7 | 2E | 33 |
| Octal | 126 | 110 | 274 | 66 | 76 | 0 | 32 | 367 | 56 | 63 |
| Binary | 1010110 | 1001000 | 10111100 | 110110 | 111110 | 0 | 11010 | 11110111 | 101110 | 110011 |
Color Harmonies of #5648BC
Complementary color
Monochromatic Colors of #5648BC
Black with #5648BC
Text Example
Text Example
White with #5648BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5648BC; }
p { color: rgb(86,72,188); }
H1.HeaderClassName
{
color: #5648BC;
}
.AnyTagClassName
{
color: #5648BC;
}
</style>
background-color css
<style>
a { background-color: #5648BC; }
a { background-color: rgb(86,72,188); }
div.DivClassName
{
background-color: #5648BC;
}
.BgClassName
{
background-color: #5648BC;
}
</style>
border-color css
<style>
span { border-color: #5648BC; }
span { border-color: rgb(86,72,188); }
td.TdClassName
{
border-color: #5648BC;
}
.TagClassName
{
border-color: #5648BC;
}
</style>