Shades of Rich Blue #5647BD
Tints of Rich Blue #5647BD
RGB
CMYK
RGB Variations
Color information
#5647BD (or 0x5647BD) is known color: Rich Blue. HEX triplet: 56, 47 and BD. RGB value is (86,71,189). Sum of RGB (Red+Green+Blue) = 86+71+189=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #5647BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5647BD is #A9B842. Grayscale: #585858. Windows color (decimal): -11122755 or 12404566. OLE color: 12404566.
HSL color Cylindrical-coordinate representation of color #5647BD: hue angle of 247.63º 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 #5647BD is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 71 | 189 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.26 |
| HSL | 247.63º | 0.47% | 0.51% | - |
| HSV(B) | 247.63º | 0.62% | 0.74% | - |
| XYZ | 15.28 | 10.16 | 49.3 | - |
| YUV | 88.94 | 184.47 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 71 | 189 | 0.54 | 0.62 | 0 | 0.26 | 247.63 | 0.47 | 0.51 |
| Hex | 56 | 47 | BD | 36 | 3E | 0 | 1A | F8 | 2F | 33 |
| Octal | 126 | 107 | 275 | 66 | 76 | 0 | 32 | 370 | 57 | 63 |
| Binary | 1010110 | 1000111 | 10111101 | 110110 | 111110 | 0 | 11010 | 11111000 | 101111 | 110011 |
Color Harmonies of #5647BD
Complementary color
Monochromatic Colors of #5647BD
Black with #5647BD
Text Example
Text Example
White with #5647BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5647BD; }
p { color: rgb(86,71,189); }
H1.HeaderClassName
{
color: #5647BD;
}
.AnyTagClassName
{
color: #5647BD;
}
</style>
background-color css
<style>
a { background-color: #5647BD; }
a { background-color: rgb(86,71,189); }
div.DivClassName
{
background-color: #5647BD;
}
.BgClassName
{
background-color: #5647BD;
}
</style>
border-color css
<style>
span { border-color: #5647BD; }
span { border-color: rgb(86,71,189); }
td.TdClassName
{
border-color: #5647BD;
}
.TagClassName
{
border-color: #5647BD;
}
</style>