Shades of Rich Blue #5B5DBC
Tints of Rich Blue #5B5DBC
RGB
CMYK
RGB Variations
Color information
#5B5DBC (or 0x5B5DBC) is known color: Rich Blue. HEX triplet: 5B, 5D and BC. RGB value is (91,93,188). Sum of RGB (Red+Green+Blue) = 91+93+188=372 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.46% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B5DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5DBC is #A4A243. Grayscale: #666666. Windows color (decimal): -10789444 or 12344667. OLE color: 12344667.
HSL color Cylindrical-coordinate representation of color #5B5DBC: hue angle of 238.76º 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 #5B5DBC is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 93 | 188 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.26 |
| HSL | 238.76º | 0.42% | 0.55% | - |
| HSV(B) | 238.76º | 0.52% | 0.74% | - |
| XYZ | 17.31 | 13.68 | 49.31 | - |
| YUV | 103.23 | 175.84 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 93 | 188 | 0.52 | 0.51 | 0 | 0.26 | 238.76 | 0.42 | 0.55 |
| Hex | 5B | 5D | BC | 34 | 33 | 0 | 1A | EF | 2A | 37 |
| Octal | 133 | 135 | 274 | 64 | 63 | 0 | 32 | 357 | 52 | 67 |
| Binary | 1011011 | 1011101 | 10111100 | 110100 | 110011 | 0 | 11010 | 11101111 | 101010 | 110111 |
Color Harmonies of #5B5DBC
Complementary color
Monochromatic Colors of #5B5DBC
Black with #5B5DBC
Text Example
Text Example
White with #5B5DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5DBC; }
p { color: rgb(91,93,188); }
H1.HeaderClassName
{
color: #5B5DBC;
}
.AnyTagClassName
{
color: #5B5DBC;
}
</style>
background-color css
<style>
a { background-color: #5B5DBC; }
a { background-color: rgb(91,93,188); }
div.DivClassName
{
background-color: #5B5DBC;
}
.BgClassName
{
background-color: #5B5DBC;
}
</style>
border-color css
<style>
span { border-color: #5B5DBC; }
span { border-color: rgb(91,93,188); }
td.TdClassName
{
border-color: #5B5DBC;
}
.TagClassName
{
border-color: #5B5DBC;
}
</style>