Shades of Rich Blue #5461BB
Tints of Rich Blue #5461BB
RGB
CMYK
RGB Variations
Color information
#5461BB (or 0x5461BB) is known color: Rich Blue. HEX triplet: 54, 61 and BB. RGB value is (84,97,187). Sum of RGB (Red+Green+Blue) = 84+97+187=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #5461BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5461BB is #AB9E44. Grayscale: #676767. Windows color (decimal): -11247173 or 12280148. OLE color: 12280148.
HSL color Cylindrical-coordinate representation of color #5461BB: hue angle of 232.43º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5461BB is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 97 | 187 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.27 |
| HSL | 232.43º | 0.43% | 0.53% | - |
| HSV(B) | 232.43º | 0.55% | 0.73% | - |
| XYZ | 16.9 | 14.02 | 48.83 | - |
| YUV | 103.37 | 175.19 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 97 | 187 | 0.55 | 0.48 | 0 | 0.27 | 232.43 | 0.43 | 0.53 |
| Hex | 54 | 61 | BB | 37 | 30 | 0 | 1B | E8 | 2B | 35 |
| Octal | 124 | 141 | 273 | 67 | 60 | 0 | 33 | 350 | 53 | 65 |
| Binary | 1010100 | 1100001 | 10111011 | 110111 | 110000 | 0 | 11011 | 11101000 | 101011 | 110101 |
Color Harmonies of #5461BB
Complementary color
Monochromatic Colors of #5461BB
Black with #5461BB
Text Example
Text Example
White with #5461BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5461BB; }
p { color: rgb(84,97,187); }
H1.HeaderClassName
{
color: #5461BB;
}
.AnyTagClassName
{
color: #5461BB;
}
</style>
background-color css
<style>
a { background-color: #5461BB; }
a { background-color: rgb(84,97,187); }
div.DivClassName
{
background-color: #5461BB;
}
.BgClassName
{
background-color: #5461BB;
}
</style>
border-color css
<style>
span { border-color: #5461BB; }
span { border-color: rgb(84,97,187); }
td.TdClassName
{
border-color: #5461BB;
}
.TagClassName
{
border-color: #5461BB;
}
</style>