Shades of Rich Blue #5860BB
Tints of Rich Blue #5860BB
RGB
CMYK
RGB Variations
Color information
#5860BB (or 0x5860BB) is known color: Rich Blue. HEX triplet: 58, 60 and BB. RGB value is (88,96,187). Sum of RGB (Red+Green+Blue) = 88+96+187=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #5860BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5860BB is #A79F44. Grayscale: #676767. Windows color (decimal): -10985285 or 12279896. OLE color: 12279896.
HSL color Cylindrical-coordinate representation of color #5860BB: hue angle of 235.15º 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 #5860BB is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 96 | 187 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.27 |
| HSL | 235.15º | 0.42% | 0.54% | - |
| HSV(B) | 235.15º | 0.53% | 0.73% | - |
| XYZ | 17.18 | 14.03 | 48.82 | - |
| YUV | 103.98 | 174.85 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 96 | 187 | 0.53 | 0.49 | 0 | 0.27 | 235.15 | 0.42 | 0.54 |
| Hex | 58 | 60 | BB | 35 | 31 | 0 | 1B | EB | 2A | 36 |
| Octal | 130 | 140 | 273 | 65 | 61 | 0 | 33 | 353 | 52 | 66 |
| Binary | 1011000 | 1100000 | 10111011 | 110101 | 110001 | 0 | 11011 | 11101011 | 101010 | 110110 |
Color Harmonies of #5860BB
Complementary color
Monochromatic Colors of #5860BB
Black with #5860BB
Text Example
Text Example
White with #5860BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5860BB; }
p { color: rgb(88,96,187); }
H1.HeaderClassName
{
color: #5860BB;
}
.AnyTagClassName
{
color: #5860BB;
}
</style>
background-color css
<style>
a { background-color: #5860BB; }
a { background-color: rgb(88,96,187); }
div.DivClassName
{
background-color: #5860BB;
}
.BgClassName
{
background-color: #5860BB;
}
</style>
border-color css
<style>
span { border-color: #5860BB; }
span { border-color: rgb(88,96,187); }
td.TdClassName
{
border-color: #5860BB;
}
.TagClassName
{
border-color: #5860BB;
}
</style>