Shades of Rich Blue #5653BA
Tints of Rich Blue #5653BA
RGB
CMYK
RGB Variations
Color information
#5653BA (or 0x5653BA) is known color: Rich Blue. HEX triplet: 56, 53 and BA. RGB value is (86,83,186). Sum of RGB (Red+Green+Blue) = 86+83+186=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #5653BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5653BA is #A9AC45. Grayscale: #5F5F5F. Windows color (decimal): -11119686 or 12211030. OLE color: 12211030.
HSL color Cylindrical-coordinate representation of color #5653BA: hue angle of 241.75º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5653BA is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 83 | 186 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.27 |
| HSL | 241.75º | 0.43% | 0.53% | - |
| HSV(B) | 241.75º | 0.55% | 0.73% | - |
| XYZ | 15.79 | 11.71 | 47.88 | - |
| YUV | 95.64 | 178.99 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 83 | 186 | 0.54 | 0.55 | 0 | 0.27 | 241.75 | 0.43 | 0.53 |
| Hex | 56 | 53 | BA | 36 | 37 | 0 | 1B | F2 | 2B | 35 |
| Octal | 126 | 123 | 272 | 66 | 67 | 0 | 33 | 362 | 53 | 65 |
| Binary | 1010110 | 1010011 | 10111010 | 110110 | 110111 | 0 | 11011 | 11110010 | 101011 | 110101 |
Color Harmonies of #5653BA
Complementary color
Monochromatic Colors of #5653BA
Black with #5653BA
Text Example
Text Example
White with #5653BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5653BA; }
p { color: rgb(86,83,186); }
H1.HeaderClassName
{
color: #5653BA;
}
.AnyTagClassName
{
color: #5653BA;
}
</style>
background-color css
<style>
a { background-color: #5653BA; }
a { background-color: rgb(86,83,186); }
div.DivClassName
{
background-color: #5653BA;
}
.BgClassName
{
background-color: #5653BA;
}
</style>
border-color css
<style>
span { border-color: #5653BA; }
span { border-color: rgb(86,83,186); }
td.TdClassName
{
border-color: #5653BA;
}
.TagClassName
{
border-color: #5653BA;
}
</style>