Shades of Rich Blue #5947BB
Tints of Rich Blue #5947BB
RGB
CMYK
RGB Variations
Color information
#5947BB (or 0x5947BB) is known color: Rich Blue. HEX triplet: 59, 47 and BB. RGB value is (89,71,187). Sum of RGB (Red+Green+Blue) = 89+71+187=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #5947BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5947BB is #A6B844. Grayscale: #595959. Windows color (decimal): -10926149 or 12273497. OLE color: 12273497.
HSL color Cylindrical-coordinate representation of color #5947BB: hue angle of 249.31º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5947BB is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 71 | 187 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.27 |
| HSL | 249.31º | 0.46% | 0.51% | - |
| HSV(B) | 249.31º | 0.62% | 0.73% | - |
| XYZ | 15.34 | 10.22 | 48.18 | - |
| YUV | 89.61 | 182.96 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 71 | 187 | 0.52 | 0.62 | 0 | 0.27 | 249.31 | 0.46 | 0.51 |
| Hex | 59 | 47 | BB | 34 | 3E | 0 | 1B | F9 | 2E | 33 |
| Octal | 131 | 107 | 273 | 64 | 76 | 0 | 33 | 371 | 56 | 63 |
| Binary | 1011001 | 1000111 | 10111011 | 110100 | 111110 | 0 | 11011 | 11111001 | 101110 | 110011 |
Color Harmonies of #5947BB
Complementary color
Monochromatic Colors of #5947BB
Black with #5947BB
Text Example
Text Example
White with #5947BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5947BB; }
p { color: rgb(89,71,187); }
H1.HeaderClassName
{
color: #5947BB;
}
.AnyTagClassName
{
color: #5947BB;
}
</style>
background-color css
<style>
a { background-color: #5947BB; }
a { background-color: rgb(89,71,187); }
div.DivClassName
{
background-color: #5947BB;
}
.BgClassName
{
background-color: #5947BB;
}
</style>
border-color css
<style>
span { border-color: #5947BB; }
span { border-color: rgb(89,71,187); }
td.TdClassName
{
border-color: #5947BB;
}
.TagClassName
{
border-color: #5947BB;
}
</style>