Shades of Rich Blue #5B49AC
Tints of Rich Blue #5B49AC
RGB
CMYK
RGB Variations
Color information
#5B49AC (or 0x5B49AC) is known color: Rich Blue. HEX triplet: 5B, 49 and AC. RGB value is (91,73,172). Sum of RGB (Red+Green+Blue) = 91+73+172=336 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.08% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B49AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B49AC is #A4B653. Grayscale: #595959. Windows color (decimal): -10794580 or 11290971. OLE color: 11290971.
HSL color Cylindrical-coordinate representation of color #5B49AC: hue angle of 250.91º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B49AC is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 73 | 172 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.33 |
| HSL | 250.91º | 0.4% | 0.48% | - |
| HSV(B) | 250.91º | 0.58% | 0.67% | - |
| XYZ | 14.14 | 9.97 | 40.21 | - |
| YUV | 89.67 | 174.46 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 73 | 172 | 0.47 | 0.58 | 0 | 0.33 | 250.91 | 0.4 | 0.48 |
| Hex | 5B | 49 | AC | 2F | 3A | 0 | 21 | FB | 28 | 30 |
| Octal | 133 | 111 | 254 | 57 | 72 | 0 | 41 | 373 | 50 | 60 |
| Binary | 1011011 | 1001001 | 10101100 | 101111 | 111010 | 0 | 100001 | 11111011 | 101000 | 110000 |
Color Harmonies of #5B49AC
Complementary color
Monochromatic Colors of #5B49AC
Black with #5B49AC
Text Example
Text Example
White with #5B49AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B49AC; }
p { color: rgb(91,73,172); }
H1.HeaderClassName
{
color: #5B49AC;
}
.AnyTagClassName
{
color: #5B49AC;
}
</style>
background-color css
<style>
a { background-color: #5B49AC; }
a { background-color: rgb(91,73,172); }
div.DivClassName
{
background-color: #5B49AC;
}
.BgClassName
{
background-color: #5B49AC;
}
</style>
border-color css
<style>
span { border-color: #5B49AC; }
span { border-color: rgb(91,73,172); }
td.TdClassName
{
border-color: #5B49AC;
}
.TagClassName
{
border-color: #5B49AC;
}
</style>