Shades of Rich Blue #5441BC
Tints of Rich Blue #5441BC
RGB
CMYK
RGB Variations
Color information
#5441BC (or 0x5441BC) is known color: Rich Blue. HEX triplet: 54, 41 and BC. RGB value is (84,65,188). Sum of RGB (Red+Green+Blue) = 84+65+188=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #5441BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5441BC is #ABBE43. Grayscale: #545454. Windows color (decimal): -11255364 or 12337492. OLE color: 12337492.
HSL color Cylindrical-coordinate representation of color #5441BC: hue angle of 249.27º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5441BC is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 65 | 188 | - |
| CMYK | 0.55 | 0.65 | 0 | 0.26 |
| HSL | 249.27º | 0.49% | 0.5% | - |
| HSV(B) | 249.27º | 0.65% | 0.74% | - |
| XYZ | 14.62 | 9.3 | 48.6 | - |
| YUV | 84.7 | 186.29 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 65 | 188 | 0.55 | 0.65 | 0 | 0.26 | 249.27 | 0.49 | 0.5 |
| Hex | 54 | 41 | BC | 37 | 41 | 0 | 1A | F9 | 31 | 32 |
| Octal | 124 | 101 | 274 | 67 | 101 | 0 | 32 | 371 | 61 | 62 |
| Binary | 1010100 | 1000001 | 10111100 | 110111 | 1000001 | 0 | 11010 | 11111001 | 110001 | 110010 |
Color Harmonies of #5441BC
Complementary color
Monochromatic Colors of #5441BC
Black with #5441BC
Text Example
Text Example
White with #5441BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5441BC; }
p { color: rgb(84,65,188); }
H1.HeaderClassName
{
color: #5441BC;
}
.AnyTagClassName
{
color: #5441BC;
}
</style>
background-color css
<style>
a { background-color: #5441BC; }
a { background-color: rgb(84,65,188); }
div.DivClassName
{
background-color: #5441BC;
}
.BgClassName
{
background-color: #5441BC;
}
</style>
border-color css
<style>
span { border-color: #5441BC; }
span { border-color: rgb(84,65,188); }
td.TdClassName
{
border-color: #5441BC;
}
.TagClassName
{
border-color: #5441BC;
}
</style>