Shades of Rich Blue #5644AB
Tints of Rich Blue #5644AB
RGB
CMYK
RGB Variations
Color information
#5644AB (or 0x5644AB) is known color: Rich Blue. HEX triplet: 56, 44 and AB. RGB value is (86,68,171). Sum of RGB (Red+Green+Blue) = 86+68+171=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #5644AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5644AB is #A9BB54. Grayscale: #545454. Windows color (decimal): -11123541 or 11224150. OLE color: 11224150.
HSL color Cylindrical-coordinate representation of color #5644AB: hue angle of 250.49º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5644AB is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 68 | 171 | - |
| CMYK | 0.50 | 0.60 | 0 | 0.33 |
| HSL | 250.49º | 0.43% | 0.47% | - |
| HSV(B) | 250.49º | 0.6% | 0.67% | - |
| XYZ | 13.26 | 9.05 | 39.58 | - |
| YUV | 85.12 | 176.46 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 68 | 171 | 0.50 | 0.60 | 0 | 0.33 | 250.49 | 0.43 | 0.47 |
| Hex | 56 | 44 | AB | 32 | 3C | 0 | 21 | FA | 2B | 2F |
| Octal | 126 | 104 | 253 | 62 | 74 | 0 | 41 | 372 | 53 | 57 |
| Binary | 1010110 | 1000100 | 10101011 | 110010 | 111100 | 0 | 100001 | 11111010 | 101011 | 101111 |
Color Harmonies of #5644AB
Complementary color
Monochromatic Colors of #5644AB
Black with #5644AB
Text Example
Text Example
White with #5644AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5644AB; }
p { color: rgb(86,68,171); }
H1.HeaderClassName
{
color: #5644AB;
}
.AnyTagClassName
{
color: #5644AB;
}
</style>
background-color css
<style>
a { background-color: #5644AB; }
a { background-color: rgb(86,68,171); }
div.DivClassName
{
background-color: #5644AB;
}
.BgClassName
{
background-color: #5644AB;
}
</style>
border-color css
<style>
span { border-color: #5644AB; }
span { border-color: rgb(86,68,171); }
td.TdClassName
{
border-color: #5644AB;
}
.TagClassName
{
border-color: #5644AB;
}
</style>