Shades of Rich Blue #5948AD
Tints of Rich Blue #5948AD
RGB
CMYK
RGB Variations
Color information
#5948AD (or 0x5948AD) is known color: Rich Blue. HEX triplet: 59, 48 and AD. RGB value is (89,72,173). Sum of RGB (Red+Green+Blue) = 89+72+173=334 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.65% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #5948AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5948AD is #A6B752. Grayscale: #585858. Windows color (decimal): -10925907 or 11356249. OLE color: 11356249.
HSL color Cylindrical-coordinate representation of color #5948AD: hue angle of 250.1º 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 #5948AD is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 72 | 173 | - |
| CMYK | 0.49 | 0.58 | 0 | 0.32 |
| HSL | 250.1º | 0.41% | 0.48% | - |
| HSV(B) | 250.1º | 0.58% | 0.68% | - |
| XYZ | 13.98 | 9.78 | 40.69 | - |
| YUV | 88.6 | 175.63 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 72 | 173 | 0.49 | 0.58 | 0 | 0.32 | 250.1 | 0.41 | 0.48 |
| Hex | 59 | 48 | AD | 31 | 3A | 0 | 20 | FA | 29 | 30 |
| Octal | 131 | 110 | 255 | 61 | 72 | 0 | 40 | 372 | 51 | 60 |
| Binary | 1011001 | 1001000 | 10101101 | 110001 | 111010 | 0 | 100000 | 11111010 | 101001 | 110000 |
Color Harmonies of #5948AD
Complementary color
Monochromatic Colors of #5948AD
Black with #5948AD
Text Example
Text Example
White with #5948AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5948AD; }
p { color: rgb(89,72,173); }
H1.HeaderClassName
{
color: #5948AD;
}
.AnyTagClassName
{
color: #5948AD;
}
</style>
background-color css
<style>
a { background-color: #5948AD; }
a { background-color: rgb(89,72,173); }
div.DivClassName
{
background-color: #5948AD;
}
.BgClassName
{
background-color: #5948AD;
}
</style>
border-color css
<style>
span { border-color: #5948AD; }
span { border-color: rgb(89,72,173); }
td.TdClassName
{
border-color: #5948AD;
}
.TagClassName
{
border-color: #5948AD;
}
</style>