Shades of Rich Blue #5A5EBB
Tints of Rich Blue #5A5EBB
RGB
CMYK
RGB Variations
Color information
#5A5EBB (or 0x5A5EBB) is known color: Rich Blue. HEX triplet: 5A, 5E and BB. RGB value is (90,94,187). Sum of RGB (Red+Green+Blue) = 90+94+187=371 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.26% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #5A5EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A5EBB is #A5A144. Grayscale: #676767. Windows color (decimal): -10854725 or 12279386. OLE color: 12279386.
HSL color Cylindrical-coordinate representation of color #5A5EBB: hue angle of 237.53º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A5EBB is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 94 | 187 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.27 |
| HSL | 237.53º | 0.42% | 0.54% | - |
| HSV(B) | 237.53º | 0.52% | 0.73% | - |
| XYZ | 17.19 | 13.77 | 48.77 | - |
| YUV | 103.41 | 175.17 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 94 | 187 | 0.52 | 0.50 | 0 | 0.27 | 237.53 | 0.42 | 0.54 |
| Hex | 5A | 5E | BB | 34 | 32 | 0 | 1B | EE | 2A | 36 |
| Octal | 132 | 136 | 273 | 64 | 62 | 0 | 33 | 356 | 52 | 66 |
| Binary | 1011010 | 1011110 | 10111011 | 110100 | 110010 | 0 | 11011 | 11101110 | 101010 | 110110 |
Color Harmonies of #5A5EBB
Complementary color
Monochromatic Colors of #5A5EBB
Black with #5A5EBB
Text Example
Text Example
White with #5A5EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5EBB; }
p { color: rgb(90,94,187); }
H1.HeaderClassName
{
color: #5A5EBB;
}
.AnyTagClassName
{
color: #5A5EBB;
}
</style>
background-color css
<style>
a { background-color: #5A5EBB; }
a { background-color: rgb(90,94,187); }
div.DivClassName
{
background-color: #5A5EBB;
}
.BgClassName
{
background-color: #5A5EBB;
}
</style>
border-color css
<style>
span { border-color: #5A5EBB; }
span { border-color: rgb(90,94,187); }
td.TdClassName
{
border-color: #5A5EBB;
}
.TagClassName
{
border-color: #5A5EBB;
}
</style>