Shades of Rich Blue #5B5EBC
Tints of Rich Blue #5B5EBC
RGB
CMYK
RGB Variations
Color information
#5B5EBC (or 0x5B5EBC) is known color: Rich Blue. HEX triplet: 5B, 5E and BC. RGB value is (91,94,188). Sum of RGB (Red+Green+Blue) = 91+94+188=373 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.40% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B5EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5EBC is #A4A143. Grayscale: #676767. Windows color (decimal): -10789188 or 12344923. OLE color: 12344923.
HSL color Cylindrical-coordinate representation of color #5B5EBC: hue angle of 238.14º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B5EBC is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 94 | 188 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.26 |
| HSL | 238.14º | 0.42% | 0.55% | - |
| HSV(B) | 238.14º | 0.52% | 0.74% | - |
| XYZ | 17.39 | 13.86 | 49.34 | - |
| YUV | 103.82 | 175.51 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 94 | 188 | 0.52 | 0.50 | 0 | 0.26 | 238.14 | 0.42 | 0.55 |
| Hex | 5B | 5E | BC | 34 | 32 | 0 | 1A | EE | 2A | 37 |
| Octal | 133 | 136 | 274 | 64 | 62 | 0 | 32 | 356 | 52 | 67 |
| Binary | 1011011 | 1011110 | 10111100 | 110100 | 110010 | 0 | 11010 | 11101110 | 101010 | 110111 |
Color Harmonies of #5B5EBC
Complementary color
Monochromatic Colors of #5B5EBC
Black with #5B5EBC
Text Example
Text Example
White with #5B5EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5EBC; }
p { color: rgb(91,94,188); }
H1.HeaderClassName
{
color: #5B5EBC;
}
.AnyTagClassName
{
color: #5B5EBC;
}
</style>
background-color css
<style>
a { background-color: #5B5EBC; }
a { background-color: rgb(91,94,188); }
div.DivClassName
{
background-color: #5B5EBC;
}
.BgClassName
{
background-color: #5B5EBC;
}
</style>
border-color css
<style>
span { border-color: #5B5EBC; }
span { border-color: rgb(91,94,188); }
td.TdClassName
{
border-color: #5B5EBC;
}
.TagClassName
{
border-color: #5B5EBC;
}
</style>