Shades of Rich Blue #5861BC
Tints of Rich Blue #5861BC
RGB
CMYK
RGB Variations
Color information
#5861BC (or 0x5861BC) is known color: Rich Blue. HEX triplet: 58, 61 and BC. RGB value is (88,97,188). Sum of RGB (Red+Green+Blue) = 88+97+188=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #5861BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5861BC is #A79E43. Grayscale: #686868. Windows color (decimal): -10985028 or 12345688. OLE color: 12345688.
HSL color Cylindrical-coordinate representation of color #5861BC: hue angle of 234.6º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5861BC is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 97 | 188 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.26 |
| HSL | 234.6º | 0.43% | 0.54% | - |
| HSV(B) | 234.6º | 0.53% | 0.74% | - |
| XYZ | 17.38 | 14.25 | 49.41 | - |
| YUV | 104.68 | 175.02 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 97 | 188 | 0.53 | 0.48 | 0 | 0.26 | 234.6 | 0.43 | 0.54 |
| Hex | 58 | 61 | BC | 35 | 30 | 0 | 1A | EB | 2B | 36 |
| Octal | 130 | 141 | 274 | 65 | 60 | 0 | 32 | 353 | 53 | 66 |
| Binary | 1011000 | 1100001 | 10111100 | 110101 | 110000 | 0 | 11010 | 11101011 | 101011 | 110110 |
Color Harmonies of #5861BC
Complementary color
Monochromatic Colors of #5861BC
Black with #5861BC
Text Example
Text Example
White with #5861BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5861BC; }
p { color: rgb(88,97,188); }
H1.HeaderClassName
{
color: #5861BC;
}
.AnyTagClassName
{
color: #5861BC;
}
</style>
background-color css
<style>
a { background-color: #5861BC; }
a { background-color: rgb(88,97,188); }
div.DivClassName
{
background-color: #5861BC;
}
.BgClassName
{
background-color: #5861BC;
}
</style>
border-color css
<style>
span { border-color: #5861BC; }
span { border-color: rgb(88,97,188); }
td.TdClassName
{
border-color: #5861BC;
}
.TagClassName
{
border-color: #5861BC;
}
</style>