Shades of Rich Blue #5E5CBE
Tints of Rich Blue #5E5CBE
RGB
CMYK
RGB Variations
Color information
#5E5CBE (or 0x5E5CBE) is known color: Rich Blue. HEX triplet: 5E, 5C and BE. RGB value is (94,92,190). Sum of RGB (Red+Green+Blue) = 94+92+190=376 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E5CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5CBE is #A1A341. Grayscale: #676767. Windows color (decimal): -10593090 or 12475486. OLE color: 12475486.
HSL color Cylindrical-coordinate representation of color #5E5CBE: hue angle of 241.22º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5E5CBE is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 92 | 190 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.25 |
| HSL | 241.22º | 0.43% | 0.55% | - |
| HSV(B) | 241.22º | 0.52% | 0.75% | - |
| XYZ | 17.74 | 13.75 | 50.43 | - |
| YUV | 103.77 | 176.66 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 92 | 190 | 0.51 | 0.52 | 0 | 0.25 | 241.22 | 0.43 | 0.55 |
| Hex | 5E | 5C | BE | 33 | 34 | 0 | 19 | F1 | 2B | 37 |
| Octal | 136 | 134 | 276 | 63 | 64 | 0 | 31 | 361 | 53 | 67 |
| Binary | 1011110 | 1011100 | 10111110 | 110011 | 110100 | 0 | 11001 | 11110001 | 101011 | 110111 |
Color Harmonies of #5E5CBE
Complementary color
Monochromatic Colors of #5E5CBE
Black with #5E5CBE
Text Example
Text Example
White with #5E5CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5CBE; }
p { color: rgb(94,92,190); }
H1.HeaderClassName
{
color: #5E5CBE;
}
.AnyTagClassName
{
color: #5E5CBE;
}
</style>
background-color css
<style>
a { background-color: #5E5CBE; }
a { background-color: rgb(94,92,190); }
div.DivClassName
{
background-color: #5E5CBE;
}
.BgClassName
{
background-color: #5E5CBE;
}
</style>
border-color css
<style>
span { border-color: #5E5CBE; }
span { border-color: rgb(94,92,190); }
td.TdClassName
{
border-color: #5E5CBE;
}
.TagClassName
{
border-color: #5E5CBE;
}
</style>