Shades of Rich Blue #5946BC
Tints of Rich Blue #5946BC
RGB
CMYK
RGB Variations
Color information
#5946BC (or 0x5946BC) is known color: Rich Blue. HEX triplet: 59, 46 and BC. RGB value is (89,70,188). Sum of RGB (Red+Green+Blue) = 89+70+188=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #5946BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5946BC is #A6B943. Grayscale: #585858. Windows color (decimal): -10926404 or 12338777. OLE color: 12338777.
HSL color Cylindrical-coordinate representation of color #5946BC: hue angle of 249.66º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5946BC is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 70 | 188 | - |
| CMYK | 0.53 | 0.63 | 0 | 0.26 |
| HSL | 249.66º | 0.47% | 0.51% | - |
| HSV(B) | 249.66º | 0.63% | 0.74% | - |
| XYZ | 15.39 | 10.14 | 48.72 | - |
| YUV | 89.13 | 183.79 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 70 | 188 | 0.53 | 0.63 | 0 | 0.26 | 249.66 | 0.47 | 0.51 |
| Hex | 59 | 46 | BC | 35 | 3F | 0 | 1A | FA | 2F | 33 |
| Octal | 131 | 106 | 274 | 65 | 77 | 0 | 32 | 372 | 57 | 63 |
| Binary | 1011001 | 1000110 | 10111100 | 110101 | 111111 | 0 | 11010 | 11111010 | 101111 | 110011 |
Color Harmonies of #5946BC
Complementary color
Monochromatic Colors of #5946BC
Black with #5946BC
Text Example
Text Example
White with #5946BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5946BC; }
p { color: rgb(89,70,188); }
H1.HeaderClassName
{
color: #5946BC;
}
.AnyTagClassName
{
color: #5946BC;
}
</style>
background-color css
<style>
a { background-color: #5946BC; }
a { background-color: rgb(89,70,188); }
div.DivClassName
{
background-color: #5946BC;
}
.BgClassName
{
background-color: #5946BC;
}
</style>
border-color css
<style>
span { border-color: #5946BC; }
span { border-color: rgb(89,70,188); }
td.TdClassName
{
border-color: #5946BC;
}
.TagClassName
{
border-color: #5946BC;
}
</style>