Shades of Rich Blue #5945BA
Tints of Rich Blue #5945BA
RGB
CMYK
RGB Variations
Color information
#5945BA (or 0x5945BA) is known color: Rich Blue. HEX triplet: 59, 45 and BA. RGB value is (89,69,186). Sum of RGB (Red+Green+Blue) = 89+69+186=344 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.87% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #5945BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5945BA is #A6BA45. Grayscale: #575757. Windows color (decimal): -10926662 or 12207449. OLE color: 12207449.
HSL color Cylindrical-coordinate representation of color #5945BA: hue angle of 250.26º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5945BA is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 69 | 186 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.27 |
| HSL | 250.26º | 0.46% | 0.5% | - |
| HSV(B) | 250.26º | 0.63% | 0.73% | - |
| XYZ | 15.11 | 9.93 | 47.57 | - |
| YUV | 88.32 | 183.13 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 69 | 186 | 0.52 | 0.63 | 0 | 0.27 | 250.26 | 0.46 | 0.5 |
| Hex | 59 | 45 | BA | 34 | 3F | 0 | 1B | FA | 2E | 32 |
| Octal | 131 | 105 | 272 | 64 | 77 | 0 | 33 | 372 | 56 | 62 |
| Binary | 1011001 | 1000101 | 10111010 | 110100 | 111111 | 0 | 11011 | 11111010 | 101110 | 110010 |
Color Harmonies of #5945BA
Complementary color
Monochromatic Colors of #5945BA
Black with #5945BA
Text Example
Text Example
White with #5945BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5945BA; }
p { color: rgb(89,69,186); }
H1.HeaderClassName
{
color: #5945BA;
}
.AnyTagClassName
{
color: #5945BA;
}
</style>
background-color css
<style>
a { background-color: #5945BA; }
a { background-color: rgb(89,69,186); }
div.DivClassName
{
background-color: #5945BA;
}
.BgClassName
{
background-color: #5945BA;
}
</style>
border-color css
<style>
span { border-color: #5945BA; }
span { border-color: rgb(89,69,186); }
td.TdClassName
{
border-color: #5945BA;
}
.TagClassName
{
border-color: #5945BA;
}
</style>