Shades of Rich Blue #5954BA
Tints of Rich Blue #5954BA
RGB
CMYK
RGB Variations
Color information
#5954BA (or 0x5954BA) is known color: Rich Blue. HEX triplet: 59, 54 and BA. RGB value is (89,84,186). Sum of RGB (Red+Green+Blue) = 89+84+186=359 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.79% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #5954BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5954BA is #A6AB45. Grayscale: #606060. Windows color (decimal): -10922822 or 12211289. OLE color: 12211289.
HSL color Cylindrical-coordinate representation of color #5954BA: hue angle of 242.94º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5954BA is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 84 | 186 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.27 |
| HSL | 242.94º | 0.43% | 0.53% | - |
| HSV(B) | 242.94º | 0.55% | 0.73% | - |
| XYZ | 16.15 | 12.01 | 47.92 | - |
| YUV | 97.12 | 178.16 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 84 | 186 | 0.52 | 0.55 | 0 | 0.27 | 242.94 | 0.43 | 0.53 |
| Hex | 59 | 54 | BA | 34 | 37 | 0 | 1B | F3 | 2A | 35 |
| Octal | 131 | 124 | 272 | 64 | 67 | 0 | 33 | 363 | 52 | 65 |
| Binary | 1011001 | 1010100 | 10111010 | 110100 | 110111 | 0 | 11011 | 11110011 | 101010 | 110101 |
Color Harmonies of #5954BA
Complementary color
Monochromatic Colors of #5954BA
Black with #5954BA
Text Example
Text Example
White with #5954BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5954BA; }
p { color: rgb(89,84,186); }
H1.HeaderClassName
{
color: #5954BA;
}
.AnyTagClassName
{
color: #5954BA;
}
</style>
background-color css
<style>
a { background-color: #5954BA; }
a { background-color: rgb(89,84,186); }
div.DivClassName
{
background-color: #5954BA;
}
.BgClassName
{
background-color: #5954BA;
}
</style>
border-color css
<style>
span { border-color: #5954BA; }
span { border-color: rgb(89,84,186); }
td.TdClassName
{
border-color: #5954BA;
}
.TagClassName
{
border-color: #5954BA;
}
</style>