Shades of Rich Blue #5E5DAB
Tints of Rich Blue #5E5DAB
RGB
CMYK
RGB Variations
Color information
#5E5DAB (or 0x5E5DAB) is known color: Rich Blue. HEX triplet: 5E, 5D and AB. RGB value is (94,93,171). Sum of RGB (Red+Green+Blue) = 94+93+171=358 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.26% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E5DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5DAB is #A1A254. Grayscale: #656565. Windows color (decimal): -10592853 or 11230558. OLE color: 11230558.
HSL color Cylindrical-coordinate representation of color #5E5DAB: hue angle of 240.77º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E5DAB is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 93 | 171 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.33 |
| HSL | 240.77º | 0.32% | 0.52% | - |
| HSV(B) | 240.77º | 0.46% | 0.67% | - |
| XYZ | 15.88 | 13.15 | 40.23 | - |
| YUV | 102.19 | 166.83 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 93 | 171 | 0.45 | 0.46 | 0 | 0.33 | 240.77 | 0.32 | 0.52 |
| Hex | 5E | 5D | AB | 2D | 2E | 0 | 21 | F1 | 20 | 34 |
| Octal | 136 | 135 | 253 | 55 | 56 | 0 | 41 | 361 | 40 | 64 |
| Binary | 1011110 | 1011101 | 10101011 | 101101 | 101110 | 0 | 100001 | 11110001 | 100000 | 110100 |
Color Harmonies of #5E5DAB
Complementary color
Monochromatic Colors of #5E5DAB
Black with #5E5DAB
Text Example
Text Example
White with #5E5DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5DAB; }
p { color: rgb(94,93,171); }
H1.HeaderClassName
{
color: #5E5DAB;
}
.AnyTagClassName
{
color: #5E5DAB;
}
</style>
background-color css
<style>
a { background-color: #5E5DAB; }
a { background-color: rgb(94,93,171); }
div.DivClassName
{
background-color: #5E5DAB;
}
.BgClassName
{
background-color: #5E5DAB;
}
</style>
border-color css
<style>
span { border-color: #5E5DAB; }
span { border-color: rgb(94,93,171); }
td.TdClassName
{
border-color: #5E5DAB;
}
.TagClassName
{
border-color: #5E5DAB;
}
</style>