Shades of Rich Blue #5C49AD
Tints of Rich Blue #5C49AD
RGB
CMYK
RGB Variations
Color information
#5C49AD (or 0x5C49AD) is known color: Rich Blue. HEX triplet: 5C, 49 and AD. RGB value is (92,73,173). Sum of RGB (Red+Green+Blue) = 92+73+173=338 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.22% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #5C49AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C49AD is #A3B652. Grayscale: #595959. Windows color (decimal): -10729043 or 11356508. OLE color: 11356508.
HSL color Cylindrical-coordinate representation of color #5C49AD: hue angle of 251.4º 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 #5C49AD is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 73 | 173 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.32 |
| HSL | 251.4º | 0.41% | 0.48% | - |
| HSV(B) | 251.4º | 0.58% | 0.68% | - |
| XYZ | 14.34 | 10.06 | 40.72 | - |
| YUV | 90.08 | 174.79 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 73 | 173 | 0.47 | 0.58 | 0 | 0.32 | 251.4 | 0.41 | 0.48 |
| Hex | 5C | 49 | AD | 2F | 3A | 0 | 20 | FB | 29 | 30 |
| Octal | 134 | 111 | 255 | 57 | 72 | 0 | 40 | 373 | 51 | 60 |
| Binary | 1011100 | 1001001 | 10101101 | 101111 | 111010 | 0 | 100000 | 11111011 | 101001 | 110000 |
Color Harmonies of #5C49AD
Complementary color
Monochromatic Colors of #5C49AD
Black with #5C49AD
Text Example
Text Example
White with #5C49AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C49AD; }
p { color: rgb(92,73,173); }
H1.HeaderClassName
{
color: #5C49AD;
}
.AnyTagClassName
{
color: #5C49AD;
}
</style>
background-color css
<style>
a { background-color: #5C49AD; }
a { background-color: rgb(92,73,173); }
div.DivClassName
{
background-color: #5C49AD;
}
.BgClassName
{
background-color: #5C49AD;
}
</style>
border-color css
<style>
span { border-color: #5C49AD; }
span { border-color: rgb(92,73,173); }
td.TdClassName
{
border-color: #5C49AD;
}
.TagClassName
{
border-color: #5C49AD;
}
</style>