Shades of Rich Blue #5850BC
Tints of Rich Blue #5850BC
RGB
CMYK
RGB Variations
Color information
#5850BC (or 0x5850BC) is known color: Rich Blue. HEX triplet: 58, 50 and BC. RGB value is (88,80,188). Sum of RGB (Red+Green+Blue) = 88+80+188=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #5850BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5850BC is #A7AF43. Grayscale: #5E5E5E. Windows color (decimal): -10989380 or 12341336. OLE color: 12341336.
HSL color Cylindrical-coordinate representation of color #5850BC: hue angle of 244.44º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5850BC is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 80 | 188 | - |
| CMYK | 0.53 | 0.57 | 0 | 0.26 |
| HSL | 244.44º | 0.45% | 0.53% | - |
| HSV(B) | 244.44º | 0.57% | 0.74% | - |
| XYZ | 15.97 | 11.44 | 48.94 | - |
| YUV | 94.7 | 180.65 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 80 | 188 | 0.53 | 0.57 | 0 | 0.26 | 244.44 | 0.45 | 0.53 |
| Hex | 58 | 50 | BC | 35 | 39 | 0 | 1A | F4 | 2D | 35 |
| Octal | 130 | 120 | 274 | 65 | 71 | 0 | 32 | 364 | 55 | 65 |
| Binary | 1011000 | 1010000 | 10111100 | 110101 | 111001 | 0 | 11010 | 11110100 | 101101 | 110101 |
Color Harmonies of #5850BC
Complementary color
Monochromatic Colors of #5850BC
Black with #5850BC
Text Example
Text Example
White with #5850BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5850BC; }
p { color: rgb(88,80,188); }
H1.HeaderClassName
{
color: #5850BC;
}
.AnyTagClassName
{
color: #5850BC;
}
</style>
background-color css
<style>
a { background-color: #5850BC; }
a { background-color: rgb(88,80,188); }
div.DivClassName
{
background-color: #5850BC;
}
.BgClassName
{
background-color: #5850BC;
}
</style>
border-color css
<style>
span { border-color: #5850BC; }
span { border-color: rgb(88,80,188); }
td.TdClassName
{
border-color: #5850BC;
}
.TagClassName
{
border-color: #5850BC;
}
</style>