Shades of Rich Blue #5B59BC
Tints of Rich Blue #5B59BC
RGB
CMYK
RGB Variations
Color information
#5B59BC (or 0x5B59BC) is known color: Rich Blue. HEX triplet: 5B, 59 and BC. RGB value is (91,89,188). Sum of RGB (Red+Green+Blue) = 91+89+188=368 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.73% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B59BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B59BC is #A4A643. Grayscale: #646464. Windows color (decimal): -10790468 or 12343643. OLE color: 12343643.
HSL color Cylindrical-coordinate representation of color #5B59BC: hue angle of 241.21º 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 #5B59BC is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 89 | 188 | - |
| CMYK | 0.52 | 0.53 | 0 | 0.26 |
| HSL | 241.21º | 0.42% | 0.54% | - |
| HSV(B) | 241.21º | 0.53% | 0.74% | - |
| XYZ | 16.96 | 13 | 49.19 | - |
| YUV | 100.88 | 177.16 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 89 | 188 | 0.52 | 0.53 | 0 | 0.26 | 241.21 | 0.42 | 0.54 |
| Hex | 5B | 59 | BC | 34 | 35 | 0 | 1A | F1 | 2A | 36 |
| Octal | 133 | 131 | 274 | 64 | 65 | 0 | 32 | 361 | 52 | 66 |
| Binary | 1011011 | 1011001 | 10111100 | 110100 | 110101 | 0 | 11010 | 11110001 | 101010 | 110110 |
Color Harmonies of #5B59BC
Complementary color
Monochromatic Colors of #5B59BC
Black with #5B59BC
Text Example
Text Example
White with #5B59BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B59BC; }
p { color: rgb(91,89,188); }
H1.HeaderClassName
{
color: #5B59BC;
}
.AnyTagClassName
{
color: #5B59BC;
}
</style>
background-color css
<style>
a { background-color: #5B59BC; }
a { background-color: rgb(91,89,188); }
div.DivClassName
{
background-color: #5B59BC;
}
.BgClassName
{
background-color: #5B59BC;
}
</style>
border-color css
<style>
span { border-color: #5B59BC; }
span { border-color: rgb(91,89,188); }
td.TdClassName
{
border-color: #5B59BC;
}
.TagClassName
{
border-color: #5B59BC;
}
</style>