Shades of Rich Blue #5662BA
Tints of Rich Blue #5662BA
RGB
CMYK
RGB Variations
Color information
#5662BA (or 0x5662BA) is known color: Rich Blue. HEX triplet: 56, 62 and BA. RGB value is (86,98,186). Sum of RGB (Red+Green+Blue) = 86+98+186=370 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.24% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #5662BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5662BA is #A99D45. Grayscale: #686868. Windows color (decimal): -11115846 or 12214870. OLE color: 12214870.
HSL color Cylindrical-coordinate representation of color #5662BA: hue angle of 232.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5662BA is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 98 | 186 | - |
| CMYK | 0.54 | 0.47 | 0 | 0.27 |
| HSL | 232.8º | 0.42% | 0.53% | - |
| HSV(B) | 232.8º | 0.54% | 0.73% | - |
| XYZ | 17.07 | 14.26 | 48.31 | - |
| YUV | 104.44 | 174.02 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 98 | 186 | 0.54 | 0.47 | 0 | 0.27 | 232.8 | 0.42 | 0.53 |
| Hex | 56 | 62 | BA | 36 | 2F | 0 | 1B | E9 | 2A | 35 |
| Octal | 126 | 142 | 272 | 66 | 57 | 0 | 33 | 351 | 52 | 65 |
| Binary | 1010110 | 1100010 | 10111010 | 110110 | 101111 | 0 | 11011 | 11101001 | 101010 | 110101 |
Color Harmonies of #5662BA
Complementary color
Monochromatic Colors of #5662BA
Black with #5662BA
Text Example
Text Example
White with #5662BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5662BA; }
p { color: rgb(86,98,186); }
H1.HeaderClassName
{
color: #5662BA;
}
.AnyTagClassName
{
color: #5662BA;
}
</style>
background-color css
<style>
a { background-color: #5662BA; }
a { background-color: rgb(86,98,186); }
div.DivClassName
{
background-color: #5662BA;
}
.BgClassName
{
background-color: #5662BA;
}
</style>
border-color css
<style>
span { border-color: #5662BA; }
span { border-color: rgb(86,98,186); }
td.TdClassName
{
border-color: #5662BA;
}
.TagClassName
{
border-color: #5662BA;
}
</style>