Shades of Rich Blue #5655AD
Tints of Rich Blue #5655AD
RGB
CMYK
RGB Variations
Color information
#5655AD (or 0x5655AD) is known color: Rich Blue. HEX triplet: 56, 55 and AD. RGB value is (86,85,173). Sum of RGB (Red+Green+Blue) = 86+85+173=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #5655AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5655AD is #A9AA52. Grayscale: #5E5E5E. Windows color (decimal): -11119187 or 11359574. OLE color: 11359574.
HSL color Cylindrical-coordinate representation of color #5655AD: hue angle of 240.68º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5655AD is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 85 | 173 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.32 |
| HSL | 240.68º | 0.35% | 0.51% | - |
| HSV(B) | 240.68º | 0.51% | 0.68% | - |
| XYZ | 14.63 | 11.49 | 40.98 | - |
| YUV | 95.33 | 171.83 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 85 | 173 | 0.50 | 0.51 | 0 | 0.32 | 240.68 | 0.35 | 0.51 |
| Hex | 56 | 55 | AD | 32 | 33 | 0 | 20 | F1 | 23 | 33 |
| Octal | 126 | 125 | 255 | 62 | 63 | 0 | 40 | 361 | 43 | 63 |
| Binary | 1010110 | 1010101 | 10101101 | 110010 | 110011 | 0 | 100000 | 11110001 | 100011 | 110011 |
Color Harmonies of #5655AD
Complementary color
Monochromatic Colors of #5655AD
Black with #5655AD
Text Example
Text Example
White with #5655AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5655AD; }
p { color: rgb(86,85,173); }
H1.HeaderClassName
{
color: #5655AD;
}
.AnyTagClassName
{
color: #5655AD;
}
</style>
background-color css
<style>
a { background-color: #5655AD; }
a { background-color: rgb(86,85,173); }
div.DivClassName
{
background-color: #5655AD;
}
.BgClassName
{
background-color: #5655AD;
}
</style>
border-color css
<style>
span { border-color: #5655AD; }
span { border-color: rgb(86,85,173); }
td.TdClassName
{
border-color: #5655AD;
}
.TagClassName
{
border-color: #5655AD;
}
</style>