Shades of Rich Blue #5E5BAB
Tints of Rich Blue #5E5BAB
RGB
CMYK
RGB Variations
Color information
#5E5BAB (or 0x5E5BAB) is known color: Rich Blue. HEX triplet: 5E, 5B and AB. RGB value is (94,91,171). Sum of RGB (Red+Green+Blue) = 94+91+171=356 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.40% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E5BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5BAB is #A1A454. Grayscale: #646464. Windows color (decimal): -10593365 or 11230046. OLE color: 11230046.
HSL color Cylindrical-coordinate representation of color #5E5BAB: hue angle of 242.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E5BAB is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 91 | 171 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.33 |
| HSL | 242.25º | 0.32% | 0.51% | - |
| HSV(B) | 242.25º | 0.47% | 0.67% | - |
| XYZ | 15.71 | 12.8 | 40.17 | - |
| YUV | 101.02 | 167.49 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 91 | 171 | 0.45 | 0.47 | 0 | 0.33 | 242.25 | 0.32 | 0.51 |
| Hex | 5E | 5B | AB | 2D | 2F | 0 | 21 | F2 | 20 | 33 |
| Octal | 136 | 133 | 253 | 55 | 57 | 0 | 41 | 362 | 40 | 63 |
| Binary | 1011110 | 1011011 | 10101011 | 101101 | 101111 | 0 | 100001 | 11110010 | 100000 | 110011 |
Color Harmonies of #5E5BAB
Complementary color
Monochromatic Colors of #5E5BAB
Black with #5E5BAB
Text Example
Text Example
White with #5E5BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5BAB; }
p { color: rgb(94,91,171); }
H1.HeaderClassName
{
color: #5E5BAB;
}
.AnyTagClassName
{
color: #5E5BAB;
}
</style>
background-color css
<style>
a { background-color: #5E5BAB; }
a { background-color: rgb(94,91,171); }
div.DivClassName
{
background-color: #5E5BAB;
}
.BgClassName
{
background-color: #5E5BAB;
}
</style>
border-color css
<style>
span { border-color: #5E5BAB; }
span { border-color: rgb(94,91,171); }
td.TdClassName
{
border-color: #5E5BAB;
}
.TagClassName
{
border-color: #5E5BAB;
}
</style>