Shades of Rich Blue #5446BC
Tints of Rich Blue #5446BC
RGB
CMYK
RGB Variations
Color information
#5446BC (or 0x5446BC) is known color: Rich Blue. HEX triplet: 54, 46 and BC. RGB value is (84,70,188). Sum of RGB (Red+Green+Blue) = 84+70+188=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #5446BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5446BC is #ABB943. Grayscale: #575757. Windows color (decimal): -11254084 or 12338772. OLE color: 12338772.
HSL color Cylindrical-coordinate representation of color #5446BC: hue angle of 247.12º 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 #5446BC is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 70 | 188 | - |
| CMYK | 0.55 | 0.63 | 0 | 0.26 |
| HSL | 247.12º | 0.47% | 0.51% | - |
| HSV(B) | 247.12º | 0.63% | 0.74% | - |
| XYZ | 14.92 | 9.9 | 48.7 | - |
| YUV | 87.64 | 184.64 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 70 | 188 | 0.55 | 0.63 | 0 | 0.26 | 247.12 | 0.47 | 0.51 |
| Hex | 54 | 46 | BC | 37 | 3F | 0 | 1A | F7 | 2F | 33 |
| Octal | 124 | 106 | 274 | 67 | 77 | 0 | 32 | 367 | 57 | 63 |
| Binary | 1010100 | 1000110 | 10111100 | 110111 | 111111 | 0 | 11010 | 11110111 | 101111 | 110011 |
Color Harmonies of #5446BC
Complementary color
Monochromatic Colors of #5446BC
Black with #5446BC
Text Example
Text Example
White with #5446BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5446BC; }
p { color: rgb(84,70,188); }
H1.HeaderClassName
{
color: #5446BC;
}
.AnyTagClassName
{
color: #5446BC;
}
</style>
background-color css
<style>
a { background-color: #5446BC; }
a { background-color: rgb(84,70,188); }
div.DivClassName
{
background-color: #5446BC;
}
.BgClassName
{
background-color: #5446BC;
}
</style>
border-color css
<style>
span { border-color: #5446BC; }
span { border-color: rgb(84,70,188); }
td.TdClassName
{
border-color: #5446BC;
}
.TagClassName
{
border-color: #5446BC;
}
</style>