Shades of Rich Blue #5948AA
Tints of Rich Blue #5948AA
RGB
CMYK
RGB Variations
Color information
#5948AA (or 0x5948AA) is known color: Rich Blue. HEX triplet: 59, 48 and AA. RGB value is (89,72,170). Sum of RGB (Red+Green+Blue) = 89+72+170=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #5948AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5948AA is #A6B755. Grayscale: #575757. Windows color (decimal): -10925910 or 11159641. OLE color: 11159641.
HSL color Cylindrical-coordinate representation of color #5948AA: hue angle of 250.41º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5948AA is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 72 | 170 | - |
| CMYK | 0.48 | 0.58 | 0 | 0.33 |
| HSL | 250.41º | 0.4% | 0.47% | - |
| HSV(B) | 250.41º | 0.58% | 0.67% | - |
| XYZ | 13.69 | 9.66 | 39.17 | - |
| YUV | 88.26 | 174.13 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 72 | 170 | 0.48 | 0.58 | 0 | 0.33 | 250.41 | 0.4 | 0.47 |
| Hex | 59 | 48 | AA | 30 | 3A | 0 | 21 | FA | 28 | 2F |
| Octal | 131 | 110 | 252 | 60 | 72 | 0 | 41 | 372 | 50 | 57 |
| Binary | 1011001 | 1001000 | 10101010 | 110000 | 111010 | 0 | 100001 | 11111010 | 101000 | 101111 |
Color Harmonies of #5948AA
Complementary color
Monochromatic Colors of #5948AA
Black with #5948AA
Text Example
Text Example
White with #5948AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5948AA; }
p { color: rgb(89,72,170); }
H1.HeaderClassName
{
color: #5948AA;
}
.AnyTagClassName
{
color: #5948AA;
}
</style>
background-color css
<style>
a { background-color: #5948AA; }
a { background-color: rgb(89,72,170); }
div.DivClassName
{
background-color: #5948AA;
}
.BgClassName
{
background-color: #5948AA;
}
</style>
border-color css
<style>
span { border-color: #5948AA; }
span { border-color: rgb(89,72,170); }
td.TdClassName
{
border-color: #5948AA;
}
.TagClassName
{
border-color: #5948AA;
}
</style>