Shades of Rich Blue #5959BD
Tints of Rich Blue #5959BD
RGB
CMYK
RGB Variations
Color information
#5959BD (or 0x5959BD) is known color: Rich Blue. HEX triplet: 59, 59 and BD. RGB value is (89,89,189). Sum of RGB (Red+Green+Blue) = 89+89+189=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #5959BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5959BD is #A6A642. Grayscale: #646464. Windows color (decimal): -10921539 or 12409177. OLE color: 12409177.
HSL color Cylindrical-coordinate representation of color #5959BD: hue angle of 240º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5959BD is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 89 | 189 | - |
| CMYK | 0.53 | 0.53 | 0 | 0.26 |
| HSL | 240º | 0.43% | 0.55% | - |
| HSV(B) | 240º | 0.53% | 0.74% | - |
| XYZ | 16.88 | 12.94 | 49.75 | - |
| YUV | 100.4 | 178 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 89 | 189 | 0.53 | 0.53 | 0 | 0.26 | 240 | 0.43 | 0.55 |
| Hex | 59 | 59 | BD | 35 | 35 | 0 | 1A | F0 | 2B | 37 |
| Octal | 131 | 131 | 275 | 65 | 65 | 0 | 32 | 360 | 53 | 67 |
| Binary | 1011001 | 1011001 | 10111101 | 110101 | 110101 | 0 | 11010 | 11110000 | 101011 | 110111 |
Color Harmonies of #5959BD
Complementary color
Monochromatic Colors of #5959BD
Black with #5959BD
Text Example
Text Example
White with #5959BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5959BD; }
p { color: rgb(89,89,189); }
H1.HeaderClassName
{
color: #5959BD;
}
.AnyTagClassName
{
color: #5959BD;
}
</style>
background-color css
<style>
a { background-color: #5959BD; }
a { background-color: rgb(89,89,189); }
div.DivClassName
{
background-color: #5959BD;
}
.BgClassName
{
background-color: #5959BD;
}
</style>
border-color css
<style>
span { border-color: #5959BD; }
span { border-color: rgb(89,89,189); }
td.TdClassName
{
border-color: #5959BD;
}
.TagClassName
{
border-color: #5959BD;
}
</style>