Shades of Rich Blue #5862BA
Tints of Rich Blue #5862BA
RGB
CMYK
RGB Variations
Color information
#5862BA (or 0x5862BA) is known color: Rich Blue. HEX triplet: 58, 62 and BA. RGB value is (88,98,186). Sum of RGB (Red+Green+Blue) = 88+98+186=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #5862BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5862BA is #A79D45. Grayscale: #686868. Windows color (decimal): -10984774 or 12214872. OLE color: 12214872.
HSL color Cylindrical-coordinate representation of color #5862BA: hue angle of 233.88º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5862BA is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 98 | 186 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.27 |
| HSL | 233.88º | 0.42% | 0.54% | - |
| HSV(B) | 233.88º | 0.53% | 0.73% | - |
| XYZ | 17.26 | 14.36 | 48.32 | - |
| YUV | 105.04 | 173.69 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 98 | 186 | 0.53 | 0.47 | 0 | 0.27 | 233.88 | 0.42 | 0.54 |
| Hex | 58 | 62 | BA | 35 | 2F | 0 | 1B | EA | 2A | 36 |
| Octal | 130 | 142 | 272 | 65 | 57 | 0 | 33 | 352 | 52 | 66 |
| Binary | 1011000 | 1100010 | 10111010 | 110101 | 101111 | 0 | 11011 | 11101010 | 101010 | 110110 |
Color Harmonies of #5862BA
Complementary color
Monochromatic Colors of #5862BA
Black with #5862BA
Text Example
Text Example
White with #5862BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5862BA; }
p { color: rgb(88,98,186); }
H1.HeaderClassName
{
color: #5862BA;
}
.AnyTagClassName
{
color: #5862BA;
}
</style>
background-color css
<style>
a { background-color: #5862BA; }
a { background-color: rgb(88,98,186); }
div.DivClassName
{
background-color: #5862BA;
}
.BgClassName
{
background-color: #5862BA;
}
</style>
border-color css
<style>
span { border-color: #5862BA; }
span { border-color: rgb(88,98,186); }
td.TdClassName
{
border-color: #5862BA;
}
.TagClassName
{
border-color: #5862BA;
}
</style>