Shades of Rich Blue #5A48B9
Tints of Rich Blue #5A48B9
RGB
CMYK
RGB Variations
Color information
#5A48B9 (or 0x5A48B9) is known color: Rich Blue. HEX triplet: 5A, 48 and B9. RGB value is (90,72,185). Sum of RGB (Red+Green+Blue) = 90+72+185=347 (45% of max value = 765). Red value is 90 (35.55% from 255 or 25.94% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 185 (72.66% from 255 or 53.31% from 347); Max value from RGB is 185 - color contains mainly: blue. Hex color #5A48B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A48B9 is #A5B746. Grayscale: #595959. Windows color (decimal): -10860359 or 12142682. OLE color: 12142682.
HSL color Cylindrical-coordinate representation of color #5A48B9: hue angle of 249.56º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A48B9 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 72 | 185 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.27 |
| HSL | 249.56º | 0.45% | 0.5% | - |
| HSV(B) | 249.56º | 0.61% | 0.73% | - |
| XYZ | 15.29 | 10.31 | 47.08 | - |
| YUV | 90.26 | 181.46 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 72 | 185 | 0.51 | 0.61 | 0 | 0.27 | 249.56 | 0.45 | 0.5 |
| Hex | 5A | 48 | B9 | 33 | 3D | 0 | 1B | FA | 2D | 32 |
| Octal | 132 | 110 | 271 | 63 | 75 | 0 | 33 | 372 | 55 | 62 |
| Binary | 1011010 | 1001000 | 10111001 | 110011 | 111101 | 0 | 11011 | 11111010 | 101101 | 110010 |
Color Harmonies of #5A48B9
Complementary color
Monochromatic Colors of #5A48B9
Black with #5A48B9
Text Example
Text Example
White with #5A48B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A48B9; }
p { color: rgb(90,72,185); }
H1.HeaderClassName
{
color: #5A48B9;
}
.AnyTagClassName
{
color: #5A48B9;
}
</style>
background-color css
<style>
a { background-color: #5A48B9; }
a { background-color: rgb(90,72,185); }
div.DivClassName
{
background-color: #5A48B9;
}
.BgClassName
{
background-color: #5A48B9;
}
</style>
border-color css
<style>
span { border-color: #5A48B9; }
span { border-color: rgb(90,72,185); }
td.TdClassName
{
border-color: #5A48B9;
}
.TagClassName
{
border-color: #5A48B9;
}
</style>