Shades of Rich Blue #5649AC
Tints of Rich Blue #5649AC
RGB
CMYK
RGB Variations
Color information
#5649AC (or 0x5649AC) is known color: Rich Blue. HEX triplet: 56, 49 and AC. RGB value is (86,73,172). Sum of RGB (Red+Green+Blue) = 86+73+172=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #5649AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5649AC is #A9B653. Grayscale: #575757. Windows color (decimal): -11122260 or 11290966. OLE color: 11290966.
HSL color Cylindrical-coordinate representation of color #5649AC: hue angle of 247.88º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5649AC is Cyan = 0.5, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 73 | 172 | - |
| CMYK | 0.5 | 0.58 | 0 | 0.33 |
| HSL | 247.88º | 0.4% | 0.48% | - |
| HSV(B) | 247.88º | 0.58% | 0.67% | - |
| XYZ | 13.67 | 9.72 | 40.19 | - |
| YUV | 88.17 | 175.31 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 73 | 172 | 0.5 | 0.58 | 0 | 0.33 | 247.88 | 0.4 | 0.48 |
| Hex | 56 | 49 | AC | 32 | 3A | 0 | 21 | F8 | 28 | 30 |
| Octal | 126 | 111 | 254 | 62 | 72 | 0 | 41 | 370 | 50 | 60 |
| Binary | 1010110 | 1001001 | 10101100 | 110010 | 111010 | 0 | 100001 | 11111000 | 101000 | 110000 |
Color Harmonies of #5649AC
Complementary color
Monochromatic Colors of #5649AC
Black with #5649AC
Text Example
Text Example
White with #5649AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5649AC; }
p { color: rgb(86,73,172); }
H1.HeaderClassName
{
color: #5649AC;
}
.AnyTagClassName
{
color: #5649AC;
}
</style>
background-color css
<style>
a { background-color: #5649AC; }
a { background-color: rgb(86,73,172); }
div.DivClassName
{
background-color: #5649AC;
}
.BgClassName
{
background-color: #5649AC;
}
</style>
border-color css
<style>
span { border-color: #5649AC; }
span { border-color: rgb(86,73,172); }
td.TdClassName
{
border-color: #5649AC;
}
.TagClassName
{
border-color: #5649AC;
}
</style>