Shades of Rich Blue #5648AC
Tints of Rich Blue #5648AC
RGB
CMYK
RGB Variations
Color information
#5648AC (or 0x5648AC) is known color: Rich Blue. HEX triplet: 56, 48 and AC. RGB value is (86,72,172). Sum of RGB (Red+Green+Blue) = 86+72+172=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #5648AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5648AC is #A9B753. Grayscale: #575757. Windows color (decimal): -11122516 or 11290710. OLE color: 11290710.
HSL color Cylindrical-coordinate representation of color #5648AC: hue angle of 248.4º degrees, saturation: 0.41, 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 #5648AC is Cyan = 0.5, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 72 | 172 | - |
| CMYK | 0.5 | 0.58 | 0 | 0.33 |
| HSL | 248.4º | 0.41% | 0.48% | - |
| HSV(B) | 248.4º | 0.58% | 0.67% | - |
| XYZ | 13.6 | 9.59 | 40.16 | - |
| YUV | 87.59 | 175.64 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 72 | 172 | 0.5 | 0.58 | 0 | 0.33 | 248.4 | 0.41 | 0.48 |
| Hex | 56 | 48 | AC | 32 | 3A | 0 | 21 | F8 | 29 | 30 |
| Octal | 126 | 110 | 254 | 62 | 72 | 0 | 41 | 370 | 51 | 60 |
| Binary | 1010110 | 1001000 | 10101100 | 110010 | 111010 | 0 | 100001 | 11111000 | 101001 | 110000 |
Color Harmonies of #5648AC
Complementary color
Monochromatic Colors of #5648AC
Black with #5648AC
Text Example
Text Example
White with #5648AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5648AC; }
p { color: rgb(86,72,172); }
H1.HeaderClassName
{
color: #5648AC;
}
.AnyTagClassName
{
color: #5648AC;
}
</style>
background-color css
<style>
a { background-color: #5648AC; }
a { background-color: rgb(86,72,172); }
div.DivClassName
{
background-color: #5648AC;
}
.BgClassName
{
background-color: #5648AC;
}
</style>
border-color css
<style>
span { border-color: #5648AC; }
span { border-color: rgb(86,72,172); }
td.TdClassName
{
border-color: #5648AC;
}
.TagClassName
{
border-color: #5648AC;
}
</style>