Shades of Rich Blue #5860C0
Tints of Rich Blue #5860C0
RGB
CMYK
RGB Variations
Color information
#5860C0 (or 0x5860C0) is known color: Rich Blue. HEX triplet: 58, 60 and C0. RGB value is (88,96,192). Sum of RGB (Red+Green+Blue) = 88+96+192=376 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.40% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 192 (75.39% from 255 or 51.06% from 376); Max value from RGB is 192 - color contains mainly: blue. Hex color #5860C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5860C0 is #A79F3F. Grayscale: #686868. Windows color (decimal): -10985280 or 12607576. OLE color: 12607576.
HSL color Cylindrical-coordinate representation of color #5860C0: hue angle of 235.38º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5860C0 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 96 | 192 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.25 |
| HSL | 235.38º | 0.45% | 0.55% | - |
| HSV(B) | 235.38º | 0.54% | 0.75% | - |
| XYZ | 17.72 | 14.25 | 51.68 | - |
| YUV | 104.55 | 177.35 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 96 | 192 | 0.54 | 0.50 | 0 | 0.25 | 235.38 | 0.45 | 0.55 |
| Hex | 58 | 60 | C0 | 36 | 32 | 0 | 19 | EB | 2D | 37 |
| Octal | 130 | 140 | 300 | 66 | 62 | 0 | 31 | 353 | 55 | 67 |
| Binary | 1011000 | 1100000 | 11000000 | 110110 | 110010 | 0 | 11001 | 11101011 | 101101 | 110111 |
Color Harmonies of #5860C0
Complementary color
Monochromatic Colors of #5860C0
Black with #5860C0
Text Example
Text Example
White with #5860C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5860C0; }
p { color: rgb(88,96,192); }
H1.HeaderClassName
{
color: #5860C0;
}
.AnyTagClassName
{
color: #5860C0;
}
</style>
background-color css
<style>
a { background-color: #5860C0; }
a { background-color: rgb(88,96,192); }
div.DivClassName
{
background-color: #5860C0;
}
.BgClassName
{
background-color: #5860C0;
}
</style>
border-color css
<style>
span { border-color: #5860C0; }
span { border-color: rgb(88,96,192); }
td.TdClassName
{
border-color: #5860C0;
}
.TagClassName
{
border-color: #5860C0;
}
</style>