Shades of Rich Blue #5E5BBC
Tints of Rich Blue #5E5BBC
RGB
CMYK
RGB Variations
Color information
#5E5BBC (or 0x5E5BBC) is known color: Rich Blue. HEX triplet: 5E, 5B and BC. RGB value is (94,91,188). Sum of RGB (Red+Green+Blue) = 94+91+188=373 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.20% from 373); Green value is 91 (35.94% from 255 or 24.40% 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 #5E5BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5BBC is #A1A443. Grayscale: #666666. Windows color (decimal): -10593348 or 12344158. OLE color: 12344158.
HSL color Cylindrical-coordinate representation of color #5E5BBC: hue angle of 241.86º 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 #5E5BBC is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 91 | 188 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.26 |
| HSL | 241.86º | 0.42% | 0.55% | - |
| HSV(B) | 241.86º | 0.52% | 0.74% | - |
| XYZ | 17.43 | 13.49 | 49.26 | - |
| YUV | 102.96 | 175.99 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 91 | 188 | 0.50 | 0.52 | 0 | 0.26 | 241.86 | 0.42 | 0.55 |
| Hex | 5E | 5B | BC | 32 | 34 | 0 | 1A | F2 | 2A | 37 |
| Octal | 136 | 133 | 274 | 62 | 64 | 0 | 32 | 362 | 52 | 67 |
| Binary | 1011110 | 1011011 | 10111100 | 110010 | 110100 | 0 | 11010 | 11110010 | 101010 | 110111 |
Color Harmonies of #5E5BBC
Complementary color
Monochromatic Colors of #5E5BBC
Black with #5E5BBC
Text Example
Text Example
White with #5E5BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5BBC; }
p { color: rgb(94,91,188); }
H1.HeaderClassName
{
color: #5E5BBC;
}
.AnyTagClassName
{
color: #5E5BBC;
}
</style>
background-color css
<style>
a { background-color: #5E5BBC; }
a { background-color: rgb(94,91,188); }
div.DivClassName
{
background-color: #5E5BBC;
}
.BgClassName
{
background-color: #5E5BBC;
}
</style>
border-color css
<style>
span { border-color: #5E5BBC; }
span { border-color: rgb(94,91,188); }
td.TdClassName
{
border-color: #5E5BBC;
}
.TagClassName
{
border-color: #5E5BBC;
}
</style>