Shades of Rich Blue #5641AD
Tints of Rich Blue #5641AD
RGB
CMYK
RGB Variations
Color information
#5641AD (or 0x5641AD) is known color: Rich Blue. HEX triplet: 56, 41 and AD. RGB value is (86,65,173). Sum of RGB (Red+Green+Blue) = 86+65+173=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #5641AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5641AD is #A9BE52. Grayscale: #535353. Windows color (decimal): -11124307 or 11354454. OLE color: 11354454.
HSL color Cylindrical-coordinate representation of color #5641AD: hue angle of 251.67º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5641AD is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 65 | 173 | - |
| CMYK | 0.50 | 0.62 | 0 | 0.32 |
| HSL | 251.67º | 0.45% | 0.47% | - |
| HSV(B) | 251.67º | 0.62% | 0.68% | - |
| XYZ | 13.27 | 8.78 | 40.53 | - |
| YUV | 83.59 | 178.46 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 65 | 173 | 0.50 | 0.62 | 0 | 0.32 | 251.67 | 0.45 | 0.47 |
| Hex | 56 | 41 | AD | 32 | 3E | 0 | 20 | FC | 2D | 2F |
| Octal | 126 | 101 | 255 | 62 | 76 | 0 | 40 | 374 | 55 | 57 |
| Binary | 1010110 | 1000001 | 10101101 | 110010 | 111110 | 0 | 100000 | 11111100 | 101101 | 101111 |
Color Harmonies of #5641AD
Complementary color
Monochromatic Colors of #5641AD
Black with #5641AD
Text Example
Text Example
White with #5641AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5641AD; }
p { color: rgb(86,65,173); }
H1.HeaderClassName
{
color: #5641AD;
}
.AnyTagClassName
{
color: #5641AD;
}
</style>
background-color css
<style>
a { background-color: #5641AD; }
a { background-color: rgb(86,65,173); }
div.DivClassName
{
background-color: #5641AD;
}
.BgClassName
{
background-color: #5641AD;
}
</style>
border-color css
<style>
span { border-color: #5641AD; }
span { border-color: rgb(86,65,173); }
td.TdClassName
{
border-color: #5641AD;
}
.TagClassName
{
border-color: #5641AD;
}
</style>