Shades of Rich Blue #5B48AD
Tints of Rich Blue #5B48AD
RGB
CMYK
RGB Variations
Color information
#5B48AD (or 0x5B48AD) is known color: Rich Blue. HEX triplet: 5B, 48 and AD. RGB value is (91,72,173). Sum of RGB (Red+Green+Blue) = 91+72+173=336 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.08% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #5B48AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B48AD is #A4B752. Grayscale: #585858. Windows color (decimal): -10794835 or 11356251. OLE color: 11356251.
HSL color Cylindrical-coordinate representation of color #5B48AD: hue angle of 251.29º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B48AD is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 72 | 173 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.32 |
| HSL | 251.29º | 0.41% | 0.48% | - |
| HSV(B) | 251.29º | 0.58% | 0.68% | - |
| XYZ | 14.17 | 9.88 | 40.69 | - |
| YUV | 89.2 | 175.29 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 72 | 173 | 0.47 | 0.58 | 0 | 0.32 | 251.29 | 0.41 | 0.48 |
| Hex | 5B | 48 | AD | 2F | 3A | 0 | 20 | FB | 29 | 30 |
| Octal | 133 | 110 | 255 | 57 | 72 | 0 | 40 | 373 | 51 | 60 |
| Binary | 1011011 | 1001000 | 10101101 | 101111 | 111010 | 0 | 100000 | 11111011 | 101001 | 110000 |
Color Harmonies of #5B48AD
Complementary color
Monochromatic Colors of #5B48AD
Black with #5B48AD
Text Example
Text Example
White with #5B48AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B48AD; }
p { color: rgb(91,72,173); }
H1.HeaderClassName
{
color: #5B48AD;
}
.AnyTagClassName
{
color: #5B48AD;
}
</style>
background-color css
<style>
a { background-color: #5B48AD; }
a { background-color: rgb(91,72,173); }
div.DivClassName
{
background-color: #5B48AD;
}
.BgClassName
{
background-color: #5B48AD;
}
</style>
border-color css
<style>
span { border-color: #5B48AD; }
span { border-color: rgb(91,72,173); }
td.TdClassName
{
border-color: #5B48AD;
}
.TagClassName
{
border-color: #5B48AD;
}
</style>