Shades of Rich Blue #5860C2
Tints of Rich Blue #5860C2
RGB
CMYK
RGB Variations
Color information
#5860C2 (or 0x5860C2) is known color: Rich Blue. HEX triplet: 58, 60 and C2. RGB value is (88,96,194). Sum of RGB (Red+Green+Blue) = 88+96+194=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 194 (76.17% from 255 or 51.32% from 378); Max value from RGB is 194 - color contains mainly: blue. Hex color #5860C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5860C2 is #A79F3D. Grayscale: #686868. Windows color (decimal): -10985278 or 12738648. OLE color: 12738648.
HSL color Cylindrical-coordinate representation of color #5860C2: hue angle of 235.47º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5860C2 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 96 | 194 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.24 |
| HSL | 235.47º | 0.46% | 0.55% | - |
| HSV(B) | 235.47º | 0.55% | 0.76% | - |
| XYZ | 17.94 | 14.34 | 52.86 | - |
| YUV | 104.78 | 178.35 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 96 | 194 | 0.55 | 0.51 | 0 | 0.24 | 235.47 | 0.46 | 0.55 |
| Hex | 58 | 60 | C2 | 37 | 33 | 0 | 18 | EB | 2E | 37 |
| Octal | 130 | 140 | 302 | 67 | 63 | 0 | 30 | 353 | 56 | 67 |
| Binary | 1011000 | 1100000 | 11000010 | 110111 | 110011 | 0 | 11000 | 11101011 | 101110 | 110111 |
Color Harmonies of #5860C2
Complementary color
Monochromatic Colors of #5860C2
Black with #5860C2
Text Example
Text Example
White with #5860C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5860C2; }
p { color: rgb(88,96,194); }
H1.HeaderClassName
{
color: #5860C2;
}
.AnyTagClassName
{
color: #5860C2;
}
</style>
background-color css
<style>
a { background-color: #5860C2; }
a { background-color: rgb(88,96,194); }
div.DivClassName
{
background-color: #5860C2;
}
.BgClassName
{
background-color: #5860C2;
}
</style>
border-color css
<style>
span { border-color: #5860C2; }
span { border-color: rgb(88,96,194); }
td.TdClassName
{
border-color: #5860C2;
}
.TagClassName
{
border-color: #5860C2;
}
</style>