Shades of Rich Blue #5E5FAB
Tints of Rich Blue #5E5FAB
RGB
CMYK
RGB Variations
Color information
#5E5FAB (or 0x5E5FAB) is known color: Rich Blue. HEX triplet: 5E, 5F and AB. RGB value is (94,95,171). Sum of RGB (Red+Green+Blue) = 94+95+171=360 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.11% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E5FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5FAB is #A1A054. Grayscale: #676767. Windows color (decimal): -10592341 or 11231070. OLE color: 11231070.
HSL color Cylindrical-coordinate representation of color #5E5FAB: hue angle of 239.22º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E5FAB is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 95 | 171 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.33 |
| HSL | 239.22º | 0.31% | 0.52% | - |
| HSV(B) | 239.22º | 0.45% | 0.67% | - |
| XYZ | 16.06 | 13.5 | 40.29 | - |
| YUV | 103.37 | 166.17 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 95 | 171 | 0.45 | 0.44 | 0 | 0.33 | 239.22 | 0.31 | 0.52 |
| Hex | 5E | 5F | AB | 2D | 2C | 0 | 21 | EF | 1F | 34 |
| Octal | 136 | 137 | 253 | 55 | 54 | 0 | 41 | 357 | 37 | 64 |
| Binary | 1011110 | 1011111 | 10101011 | 101101 | 101100 | 0 | 100001 | 11101111 | 11111 | 110100 |
Color Harmonies of #5E5FAB
Complementary color
Monochromatic Colors of #5E5FAB
Black with #5E5FAB
Text Example
Text Example
White with #5E5FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5FAB; }
p { color: rgb(94,95,171); }
H1.HeaderClassName
{
color: #5E5FAB;
}
.AnyTagClassName
{
color: #5E5FAB;
}
</style>
background-color css
<style>
a { background-color: #5E5FAB; }
a { background-color: rgb(94,95,171); }
div.DivClassName
{
background-color: #5E5FAB;
}
.BgClassName
{
background-color: #5E5FAB;
}
</style>
border-color css
<style>
span { border-color: #5E5FAB; }
span { border-color: rgb(94,95,171); }
td.TdClassName
{
border-color: #5E5FAB;
}
.TagClassName
{
border-color: #5E5FAB;
}
</style>