Shades of Rich Blue #5B5EC1
Tints of Rich Blue #5B5EC1
RGB
CMYK
RGB Variations
Color information
#5B5EC1 (or 0x5B5EC1) is known color: Rich Blue. HEX triplet: 5B, 5E and C1. RGB value is (91,94,193). Sum of RGB (Red+Green+Blue) = 91+94+193=378 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.07% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 193 (75.78% from 255 or 51.06% from 378); Max value from RGB is 193 - color contains mainly: blue. Hex color #5B5EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5EC1 is #A4A13E. Grayscale: #676767. Windows color (decimal): -10789183 or 12672603. OLE color: 12672603.
HSL color Cylindrical-coordinate representation of color #5B5EC1: hue angle of 238.24º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5B5EC1 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 94 | 193 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.24 |
| HSL | 238.24º | 0.45% | 0.56% | - |
| HSV(B) | 238.24º | 0.53% | 0.76% | - |
| XYZ | 17.94 | 14.08 | 52.22 | - |
| YUV | 104.39 | 178.01 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 94 | 193 | 0.53 | 0.51 | 0 | 0.24 | 238.24 | 0.45 | 0.56 |
| Hex | 5B | 5E | C1 | 35 | 33 | 0 | 18 | EE | 2D | 38 |
| Octal | 133 | 136 | 301 | 65 | 63 | 0 | 30 | 356 | 55 | 70 |
| Binary | 1011011 | 1011110 | 11000001 | 110101 | 110011 | 0 | 11000 | 11101110 | 101101 | 111000 |
Color Harmonies of #5B5EC1
Complementary color
Monochromatic Colors of #5B5EC1
Black with #5B5EC1
Text Example
Text Example
White with #5B5EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5EC1; }
p { color: rgb(91,94,193); }
H1.HeaderClassName
{
color: #5B5EC1;
}
.AnyTagClassName
{
color: #5B5EC1;
}
</style>
background-color css
<style>
a { background-color: #5B5EC1; }
a { background-color: rgb(91,94,193); }
div.DivClassName
{
background-color: #5B5EC1;
}
.BgClassName
{
background-color: #5B5EC1;
}
</style>
border-color css
<style>
span { border-color: #5B5EC1; }
span { border-color: rgb(91,94,193); }
td.TdClassName
{
border-color: #5B5EC1;
}
.TagClassName
{
border-color: #5B5EC1;
}
</style>