Shades of Rich Blue #5A57BF
Tints of Rich Blue #5A57BF
RGB
CMYK
RGB Variations
Color information
#5A57BF (or 0x5A57BF) is known color: Rich Blue. HEX triplet: 5A, 57 and BF. RGB value is (90,87,191). Sum of RGB (Red+Green+Blue) = 90+87+191=368 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.46% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #5A57BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A57BF is #A5A840. Grayscale: #636363. Windows color (decimal): -10856513 or 12539738. OLE color: 12539738.
HSL color Cylindrical-coordinate representation of color #5A57BF: hue angle of 241.73º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5A57BF is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 87 | 191 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.25 |
| HSL | 241.73º | 0.45% | 0.55% | - |
| HSV(B) | 241.73º | 0.54% | 0.75% | - |
| XYZ | 17.03 | 12.75 | 50.85 | - |
| YUV | 99.75 | 179.49 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 87 | 191 | 0.53 | 0.54 | 0 | 0.25 | 241.73 | 0.45 | 0.55 |
| Hex | 5A | 57 | BF | 35 | 36 | 0 | 19 | F2 | 2D | 37 |
| Octal | 132 | 127 | 277 | 65 | 66 | 0 | 31 | 362 | 55 | 67 |
| Binary | 1011010 | 1010111 | 10111111 | 110101 | 110110 | 0 | 11001 | 11110010 | 101101 | 110111 |
Color Harmonies of #5A57BF
Complementary color
Monochromatic Colors of #5A57BF
Black with #5A57BF
Text Example
Text Example
White with #5A57BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A57BF; }
p { color: rgb(90,87,191); }
H1.HeaderClassName
{
color: #5A57BF;
}
.AnyTagClassName
{
color: #5A57BF;
}
</style>
background-color css
<style>
a { background-color: #5A57BF; }
a { background-color: rgb(90,87,191); }
div.DivClassName
{
background-color: #5A57BF;
}
.BgClassName
{
background-color: #5A57BF;
}
</style>
border-color css
<style>
span { border-color: #5A57BF; }
span { border-color: rgb(90,87,191); }
td.TdClassName
{
border-color: #5A57BF;
}
.TagClassName
{
border-color: #5A57BF;
}
</style>