Shades of Rich Blue #5646BC
Tints of Rich Blue #5646BC
RGB
CMYK
RGB Variations
Color information
#5646BC (or 0x5646BC) is known color: Rich Blue. HEX triplet: 56, 46 and BC. RGB value is (86,70,188). Sum of RGB (Red+Green+Blue) = 86+70+188=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #5646BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5646BC is #A9B943. Grayscale: #575757. Windows color (decimal): -11123012 or 12338774. OLE color: 12338774.
HSL color Cylindrical-coordinate representation of color #5646BC: hue angle of 248.14º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5646BC is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 70 | 188 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.26 |
| HSL | 248.14º | 0.47% | 0.51% | - |
| HSV(B) | 248.14º | 0.63% | 0.74% | - |
| XYZ | 15.11 | 9.99 | 48.71 | - |
| YUV | 88.24 | 184.3 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 70 | 188 | 0.54 | 0.63 | 0 | 0.26 | 248.14 | 0.47 | 0.51 |
| Hex | 56 | 46 | BC | 36 | 3F | 0 | 1A | F8 | 2F | 33 |
| Octal | 126 | 106 | 274 | 66 | 77 | 0 | 32 | 370 | 57 | 63 |
| Binary | 1010110 | 1000110 | 10111100 | 110110 | 111111 | 0 | 11010 | 11111000 | 101111 | 110011 |
Color Harmonies of #5646BC
Complementary color
Monochromatic Colors of #5646BC
Black with #5646BC
Text Example
Text Example
White with #5646BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5646BC; }
p { color: rgb(86,70,188); }
H1.HeaderClassName
{
color: #5646BC;
}
.AnyTagClassName
{
color: #5646BC;
}
</style>
background-color css
<style>
a { background-color: #5646BC; }
a { background-color: rgb(86,70,188); }
div.DivClassName
{
background-color: #5646BC;
}
.BgClassName
{
background-color: #5646BC;
}
</style>
border-color css
<style>
span { border-color: #5646BC; }
span { border-color: rgb(86,70,188); }
td.TdClassName
{
border-color: #5646BC;
}
.TagClassName
{
border-color: #5646BC;
}
</style>