Shades of Rich Blue #5E5DBC
Tints of Rich Blue #5E5DBC
RGB
CMYK
RGB Variations
Color information
#5E5DBC (or 0x5E5DBC) is known color: Rich Blue. HEX triplet: 5E, 5D and BC. RGB value is (94,93,188). Sum of RGB (Red+Green+Blue) = 94+93+188=375 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.07% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E5DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5DBC is #A1A243. Grayscale: #676767. Windows color (decimal): -10592836 or 12344670. OLE color: 12344670.
HSL color Cylindrical-coordinate representation of color #5E5DBC: hue angle of 240.63º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E5DBC is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 93 | 188 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.26 |
| HSL | 240.63º | 0.41% | 0.55% | - |
| HSV(B) | 240.63º | 0.51% | 0.74% | - |
| XYZ | 17.61 | 13.84 | 49.32 | - |
| YUV | 104.13 | 175.33 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 93 | 188 | 0.50 | 0.51 | 0 | 0.26 | 240.63 | 0.41 | 0.55 |
| Hex | 5E | 5D | BC | 32 | 33 | 0 | 1A | F1 | 29 | 37 |
| Octal | 136 | 135 | 274 | 62 | 63 | 0 | 32 | 361 | 51 | 67 |
| Binary | 1011110 | 1011101 | 10111100 | 110010 | 110011 | 0 | 11010 | 11110001 | 101001 | 110111 |
Color Harmonies of #5E5DBC
Complementary color
Monochromatic Colors of #5E5DBC
Black with #5E5DBC
Text Example
Text Example
White with #5E5DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5DBC; }
p { color: rgb(94,93,188); }
H1.HeaderClassName
{
color: #5E5DBC;
}
.AnyTagClassName
{
color: #5E5DBC;
}
</style>
background-color css
<style>
a { background-color: #5E5DBC; }
a { background-color: rgb(94,93,188); }
div.DivClassName
{
background-color: #5E5DBC;
}
.BgClassName
{
background-color: #5E5DBC;
}
</style>
border-color css
<style>
span { border-color: #5E5DBC; }
span { border-color: rgb(94,93,188); }
td.TdClassName
{
border-color: #5E5DBC;
}
.TagClassName
{
border-color: #5E5DBC;
}
</style>