Shades of Rich Blue #5948B9
Tints of Rich Blue #5948B9
RGB
CMYK
RGB Variations
Color information
#5948B9 (or 0x5948B9) is known color: Rich Blue. HEX triplet: 59, 48 and B9. RGB value is (89,72,185). Sum of RGB (Red+Green+Blue) = 89+72+185=346 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.72% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 185 (72.66% from 255 or 53.47% from 346); Max value from RGB is 185 - color contains mainly: blue. Hex color #5948B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5948B9 is #A6B746. Grayscale: #595959. Windows color (decimal): -10925895 or 12142681. OLE color: 12142681.
HSL color Cylindrical-coordinate representation of color #5948B9: hue angle of 249.03º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5948B9 is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 72 | 185 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.27 |
| HSL | 249.03º | 0.45% | 0.5% | - |
| HSV(B) | 249.03º | 0.61% | 0.73% | - |
| XYZ | 15.19 | 10.26 | 47.08 | - |
| YUV | 89.97 | 181.63 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 72 | 185 | 0.52 | 0.61 | 0 | 0.27 | 249.03 | 0.45 | 0.5 |
| Hex | 59 | 48 | B9 | 34 | 3D | 0 | 1B | F9 | 2D | 32 |
| Octal | 131 | 110 | 271 | 64 | 75 | 0 | 33 | 371 | 55 | 62 |
| Binary | 1011001 | 1001000 | 10111001 | 110100 | 111101 | 0 | 11011 | 11111001 | 101101 | 110010 |
Color Harmonies of #5948B9
Complementary color
Monochromatic Colors of #5948B9
Black with #5948B9
Text Example
Text Example
White with #5948B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5948B9; }
p { color: rgb(89,72,185); }
H1.HeaderClassName
{
color: #5948B9;
}
.AnyTagClassName
{
color: #5948B9;
}
</style>
background-color css
<style>
a { background-color: #5948B9; }
a { background-color: rgb(89,72,185); }
div.DivClassName
{
background-color: #5948B9;
}
.BgClassName
{
background-color: #5948B9;
}
</style>
border-color css
<style>
span { border-color: #5948B9; }
span { border-color: rgb(89,72,185); }
td.TdClassName
{
border-color: #5948B9;
}
.TagClassName
{
border-color: #5948B9;
}
</style>