Shades of Rich Blue #5A5EBA
Tints of Rich Blue #5A5EBA
RGB
CMYK
RGB Variations
Color information
#5A5EBA (or 0x5A5EBA) is known color: Rich Blue. HEX triplet: 5A, 5E and BA. RGB value is (90,94,186). Sum of RGB (Red+Green+Blue) = 90+94+186=370 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.32% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A5EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A5EBA is #A5A145. Grayscale: #666666. Windows color (decimal): -10854726 or 12213850. OLE color: 12213850.
HSL color Cylindrical-coordinate representation of color #5A5EBA: hue angle of 237.5º degrees, saturation: 0.41, 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 #5A5EBA is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 94 | 186 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.27 |
| HSL | 237.5º | 0.41% | 0.54% | - |
| HSV(B) | 237.5º | 0.52% | 0.73% | - |
| XYZ | 17.08 | 13.72 | 48.2 | - |
| YUV | 103.29 | 174.67 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 94 | 186 | 0.52 | 0.49 | 0 | 0.27 | 237.5 | 0.41 | 0.54 |
| Hex | 5A | 5E | BA | 34 | 31 | 0 | 1B | EE | 29 | 36 |
| Octal | 132 | 136 | 272 | 64 | 61 | 0 | 33 | 356 | 51 | 66 |
| Binary | 1011010 | 1011110 | 10111010 | 110100 | 110001 | 0 | 11011 | 11101110 | 101001 | 110110 |
Color Harmonies of #5A5EBA
Complementary color
Monochromatic Colors of #5A5EBA
Black with #5A5EBA
Text Example
Text Example
White with #5A5EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5EBA; }
p { color: rgb(90,94,186); }
H1.HeaderClassName
{
color: #5A5EBA;
}
.AnyTagClassName
{
color: #5A5EBA;
}
</style>
background-color css
<style>
a { background-color: #5A5EBA; }
a { background-color: rgb(90,94,186); }
div.DivClassName
{
background-color: #5A5EBA;
}
.BgClassName
{
background-color: #5A5EBA;
}
</style>
border-color css
<style>
span { border-color: #5A5EBA; }
span { border-color: rgb(90,94,186); }
td.TdClassName
{
border-color: #5A5EBA;
}
.TagClassName
{
border-color: #5A5EBA;
}
</style>