Shades of Rich Blue #5658BD
Tints of Rich Blue #5658BD
RGB
CMYK
RGB Variations
Color information
#5658BD (or 0x5658BD) is known color: Rich Blue. HEX triplet: 56, 58 and BD. RGB value is (86,88,189). Sum of RGB (Red+Green+Blue) = 86+88+189=363 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.69% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #5658BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5658BD is #A9A742. Grayscale: #626262. Windows color (decimal): -11118403 or 12408918. OLE color: 12408918.
HSL color Cylindrical-coordinate representation of color #5658BD: hue angle of 238.83º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5658BD is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 88 | 189 | - |
| CMYK | 0.54 | 0.53 | 0 | 0.26 |
| HSL | 238.83º | 0.44% | 0.54% | - |
| HSV(B) | 238.83º | 0.54% | 0.74% | - |
| XYZ | 16.51 | 12.63 | 49.71 | - |
| YUV | 98.92 | 178.84 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 88 | 189 | 0.54 | 0.53 | 0 | 0.26 | 238.83 | 0.44 | 0.54 |
| Hex | 56 | 58 | BD | 36 | 35 | 0 | 1A | EF | 2C | 36 |
| Octal | 126 | 130 | 275 | 66 | 65 | 0 | 32 | 357 | 54 | 66 |
| Binary | 1010110 | 1011000 | 10111101 | 110110 | 110101 | 0 | 11010 | 11101111 | 101100 | 110110 |
Color Harmonies of #5658BD
Complementary color
Monochromatic Colors of #5658BD
Black with #5658BD
Text Example
Text Example
White with #5658BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5658BD; }
p { color: rgb(86,88,189); }
H1.HeaderClassName
{
color: #5658BD;
}
.AnyTagClassName
{
color: #5658BD;
}
</style>
background-color css
<style>
a { background-color: #5658BD; }
a { background-color: rgb(86,88,189); }
div.DivClassName
{
background-color: #5658BD;
}
.BgClassName
{
background-color: #5658BD;
}
</style>
border-color css
<style>
span { border-color: #5658BD; }
span { border-color: rgb(86,88,189); }
td.TdClassName
{
border-color: #5658BD;
}
.TagClassName
{
border-color: #5658BD;
}
</style>