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