Shades of Rich Blue #5650BD
Tints of Rich Blue #5650BD
RGB
CMYK
RGB Variations
Color information
#5650BD (or 0x5650BD) is known color: Rich Blue. HEX triplet: 56, 50 and BD. RGB value is (86,80,189). Sum of RGB (Red+Green+Blue) = 86+80+189=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #5650BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5650BD is #A9AF42. Grayscale: #5D5D5D. Windows color (decimal): -11120451 or 12406870. OLE color: 12406870.
HSL color Cylindrical-coordinate representation of color #5650BD: hue angle of 243.3º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5650BD is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 80 | 189 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.26 |
| HSL | 243.3º | 0.45% | 0.53% | - |
| HSV(B) | 243.3º | 0.58% | 0.74% | - |
| XYZ | 15.89 | 11.39 | 49.51 | - |
| YUV | 94.22 | 181.49 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 80 | 189 | 0.54 | 0.58 | 0 | 0.26 | 243.3 | 0.45 | 0.53 |
| Hex | 56 | 50 | BD | 36 | 3A | 0 | 1A | F3 | 2D | 35 |
| Octal | 126 | 120 | 275 | 66 | 72 | 0 | 32 | 363 | 55 | 65 |
| Binary | 1010110 | 1010000 | 10111101 | 110110 | 111010 | 0 | 11010 | 11110011 | 101101 | 110101 |
Color Harmonies of #5650BD
Complementary color
Monochromatic Colors of #5650BD
Black with #5650BD
Text Example
Text Example
White with #5650BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5650BD; }
p { color: rgb(86,80,189); }
H1.HeaderClassName
{
color: #5650BD;
}
.AnyTagClassName
{
color: #5650BD;
}
</style>
background-color css
<style>
a { background-color: #5650BD; }
a { background-color: rgb(86,80,189); }
div.DivClassName
{
background-color: #5650BD;
}
.BgClassName
{
background-color: #5650BD;
}
</style>
border-color css
<style>
span { border-color: #5650BD; }
span { border-color: rgb(86,80,189); }
td.TdClassName
{
border-color: #5650BD;
}
.TagClassName
{
border-color: #5650BD;
}
</style>