Shades of Rich Blue #5655BD
Tints of Rich Blue #5655BD
RGB
CMYK
RGB Variations
Color information
#5655BD (or 0x5655BD) is known color: Rich Blue. HEX triplet: 56, 55 and BD. RGB value is (86,85,189). Sum of RGB (Red+Green+Blue) = 86+85+189=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #5655BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5655BD is #A9AA42. Grayscale: #606060. Windows color (decimal): -11119171 or 12408150. OLE color: 12408150.
HSL color Cylindrical-coordinate representation of color #5655BD: hue angle of 240.58º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5655BD is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 85 | 189 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.26 |
| HSL | 240.58º | 0.44% | 0.54% | - |
| HSV(B) | 240.58º | 0.55% | 0.74% | - |
| XYZ | 16.27 | 12.15 | 49.63 | - |
| YUV | 97.16 | 179.83 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 85 | 189 | 0.54 | 0.55 | 0 | 0.26 | 240.58 | 0.44 | 0.54 |
| Hex | 56 | 55 | BD | 36 | 37 | 0 | 1A | F1 | 2C | 36 |
| Octal | 126 | 125 | 275 | 66 | 67 | 0 | 32 | 361 | 54 | 66 |
| Binary | 1010110 | 1010101 | 10111101 | 110110 | 110111 | 0 | 11010 | 11110001 | 101100 | 110110 |
Color Harmonies of #5655BD
Complementary color
Monochromatic Colors of #5655BD
Black with #5655BD
Text Example
Text Example
White with #5655BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5655BD; }
p { color: rgb(86,85,189); }
H1.HeaderClassName
{
color: #5655BD;
}
.AnyTagClassName
{
color: #5655BD;
}
</style>
background-color css
<style>
a { background-color: #5655BD; }
a { background-color: rgb(86,85,189); }
div.DivClassName
{
background-color: #5655BD;
}
.BgClassName
{
background-color: #5655BD;
}
</style>
border-color css
<style>
span { border-color: #5655BD; }
span { border-color: rgb(86,85,189); }
td.TdClassName
{
border-color: #5655BD;
}
.TagClassName
{
border-color: #5655BD;
}
</style>