Shades of Rich Blue #5955BA
Tints of Rich Blue #5955BA
RGB
CMYK
RGB Variations
Color information
#5955BA (or 0x5955BA) is known color: Rich Blue. HEX triplet: 59, 55 and BA. RGB value is (89,85,186). Sum of RGB (Red+Green+Blue) = 89+85+186=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #5955BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5955BA is #A6AA45. Grayscale: #616161. Windows color (decimal): -10922566 or 12211545. OLE color: 12211545.
HSL color Cylindrical-coordinate representation of color #5955BA: hue angle of 242.38º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5955BA is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 85 | 186 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.27 |
| HSL | 242.38º | 0.42% | 0.53% | - |
| HSV(B) | 242.38º | 0.54% | 0.73% | - |
| XYZ | 16.23 | 12.17 | 47.95 | - |
| YUV | 97.71 | 177.83 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 85 | 186 | 0.52 | 0.54 | 0 | 0.27 | 242.38 | 0.42 | 0.53 |
| Hex | 59 | 55 | BA | 34 | 36 | 0 | 1B | F2 | 2A | 35 |
| Octal | 131 | 125 | 272 | 64 | 66 | 0 | 33 | 362 | 52 | 65 |
| Binary | 1011001 | 1010101 | 10111010 | 110100 | 110110 | 0 | 11011 | 11110010 | 101010 | 110101 |
Color Harmonies of #5955BA
Complementary color
Monochromatic Colors of #5955BA
Black with #5955BA
Text Example
Text Example
White with #5955BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5955BA; }
p { color: rgb(89,85,186); }
H1.HeaderClassName
{
color: #5955BA;
}
.AnyTagClassName
{
color: #5955BA;
}
</style>
background-color css
<style>
a { background-color: #5955BA; }
a { background-color: rgb(89,85,186); }
div.DivClassName
{
background-color: #5955BA;
}
.BgClassName
{
background-color: #5955BA;
}
</style>
border-color css
<style>
span { border-color: #5955BA; }
span { border-color: rgb(89,85,186); }
td.TdClassName
{
border-color: #5955BA;
}
.TagClassName
{
border-color: #5955BA;
}
</style>