Shades of Rich Blue #5641AC
Tints of Rich Blue #5641AC
RGB
CMYK
RGB Variations
Color information
#5641AC (or 0x5641AC) is known color: Rich Blue. HEX triplet: 56, 41 and AC. RGB value is (86,65,172). Sum of RGB (Red+Green+Blue) = 86+65+172=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #5641AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5641AC is #A9BE53. Grayscale: #535353. Windows color (decimal): -11124308 or 11288918. OLE color: 11288918.
HSL color Cylindrical-coordinate representation of color #5641AC: hue angle of 251.78º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5641AC is Cyan = 0.5, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 65 | 172 | - |
| CMYK | 0.5 | 0.62 | 0 | 0.33 |
| HSL | 251.78º | 0.45% | 0.46% | - |
| HSV(B) | 251.78º | 0.62% | 0.67% | - |
| XYZ | 13.17 | 8.74 | 40.02 | - |
| YUV | 83.48 | 177.96 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 65 | 172 | 0.5 | 0.62 | 0 | 0.33 | 251.78 | 0.45 | 0.46 |
| Hex | 56 | 41 | AC | 32 | 3E | 0 | 21 | FC | 2D | 2E |
| Octal | 126 | 101 | 254 | 62 | 76 | 0 | 41 | 374 | 55 | 56 |
| Binary | 1010110 | 1000001 | 10101100 | 110010 | 111110 | 0 | 100001 | 11111100 | 101101 | 101110 |
Color Harmonies of #5641AC
Complementary color
Monochromatic Colors of #5641AC
Black with #5641AC
Text Example
Text Example
White with #5641AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5641AC; }
p { color: rgb(86,65,172); }
H1.HeaderClassName
{
color: #5641AC;
}
.AnyTagClassName
{
color: #5641AC;
}
</style>
background-color css
<style>
a { background-color: #5641AC; }
a { background-color: rgb(86,65,172); }
div.DivClassName
{
background-color: #5641AC;
}
.BgClassName
{
background-color: #5641AC;
}
</style>
border-color css
<style>
span { border-color: #5641AC; }
span { border-color: rgb(86,65,172); }
td.TdClassName
{
border-color: #5641AC;
}
.TagClassName
{
border-color: #5641AC;
}
</style>