Shades of Rich Blue #5E5DBB
Tints of Rich Blue #5E5DBB
RGB
CMYK
RGB Variations
Color information
#5E5DBB (or 0x5E5DBB) is known color: Rich Blue. HEX triplet: 5E, 5D and BB. RGB value is (94,93,187). Sum of RGB (Red+Green+Blue) = 94+93+187=374 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.13% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E5DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5DBB is #A1A244. Grayscale: #676767. Windows color (decimal): -10592837 or 12279134. OLE color: 12279134.
HSL color Cylindrical-coordinate representation of color #5E5DBB: hue angle of 240.64º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E5DBB is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 93 | 187 | - |
| CMYK | 0.50 | 0.50 | 0 | 0.27 |
| HSL | 240.64º | 0.41% | 0.55% | - |
| HSV(B) | 240.64º | 0.5% | 0.73% | - |
| XYZ | 17.5 | 13.8 | 48.75 | - |
| YUV | 104.02 | 174.83 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 93 | 187 | 0.50 | 0.50 | 0 | 0.27 | 240.64 | 0.41 | 0.55 |
| Hex | 5E | 5D | BB | 32 | 32 | 0 | 1B | F1 | 29 | 37 |
| Octal | 136 | 135 | 273 | 62 | 62 | 0 | 33 | 361 | 51 | 67 |
| Binary | 1011110 | 1011101 | 10111011 | 110010 | 110010 | 0 | 11011 | 11110001 | 101001 | 110111 |
Color Harmonies of #5E5DBB
Complementary color
Monochromatic Colors of #5E5DBB
Black with #5E5DBB
Text Example
Text Example
White with #5E5DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5DBB; }
p { color: rgb(94,93,187); }
H1.HeaderClassName
{
color: #5E5DBB;
}
.AnyTagClassName
{
color: #5E5DBB;
}
</style>
background-color css
<style>
a { background-color: #5E5DBB; }
a { background-color: rgb(94,93,187); }
div.DivClassName
{
background-color: #5E5DBB;
}
.BgClassName
{
background-color: #5E5DBB;
}
</style>
border-color css
<style>
span { border-color: #5E5DBB; }
span { border-color: rgb(94,93,187); }
td.TdClassName
{
border-color: #5E5DBB;
}
.TagClassName
{
border-color: #5E5DBB;
}
</style>