Shades of Rich Blue #5E59BC
Tints of Rich Blue #5E59BC
RGB
CMYK
RGB Variations
Color information
#5E59BC (or 0x5E59BC) is known color: Rich Blue. HEX triplet: 5E, 59 and BC. RGB value is (94,89,188). Sum of RGB (Red+Green+Blue) = 94+89+188=371 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.34% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E59BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E59BC is #A1A643. Grayscale: #656565. Windows color (decimal): -10593860 or 12343646. OLE color: 12343646.
HSL color Cylindrical-coordinate representation of color #5E59BC: hue angle of 243.03º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E59BC is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 89 | 188 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.26 |
| HSL | 243.03º | 0.42% | 0.54% | - |
| HSV(B) | 243.03º | 0.53% | 0.74% | - |
| XYZ | 17.27 | 13.16 | 49.21 | - |
| YUV | 101.78 | 176.66 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 89 | 188 | 0.50 | 0.53 | 0 | 0.26 | 243.03 | 0.42 | 0.54 |
| Hex | 5E | 59 | BC | 32 | 35 | 0 | 1A | F3 | 2A | 36 |
| Octal | 136 | 131 | 274 | 62 | 65 | 0 | 32 | 363 | 52 | 66 |
| Binary | 1011110 | 1011001 | 10111100 | 110010 | 110101 | 0 | 11010 | 11110011 | 101010 | 110110 |
Color Harmonies of #5E59BC
Complementary color
Monochromatic Colors of #5E59BC
Black with #5E59BC
Text Example
Text Example
White with #5E59BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E59BC; }
p { color: rgb(94,89,188); }
H1.HeaderClassName
{
color: #5E59BC;
}
.AnyTagClassName
{
color: #5E59BC;
}
</style>
background-color css
<style>
a { background-color: #5E59BC; }
a { background-color: rgb(94,89,188); }
div.DivClassName
{
background-color: #5E59BC;
}
.BgClassName
{
background-color: #5E59BC;
}
</style>
border-color css
<style>
span { border-color: #5E59BC; }
span { border-color: rgb(94,89,188); }
td.TdClassName
{
border-color: #5E59BC;
}
.TagClassName
{
border-color: #5E59BC;
}
</style>