Shades of Rich Blue #5461BC
Tints of Rich Blue #5461BC
RGB
CMYK
RGB Variations
Color information
#5461BC (or 0x5461BC) is known color: Rich Blue. HEX triplet: 54, 61 and BC. RGB value is (84,97,188). Sum of RGB (Red+Green+Blue) = 84+97+188=369 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.76% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #5461BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5461BC is #AB9E43. Grayscale: #676767. Windows color (decimal): -11247172 or 12345684. OLE color: 12345684.
HSL color Cylindrical-coordinate representation of color #5461BC: hue angle of 232.5º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5461BC is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 97 | 188 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.26 |
| HSL | 232.5º | 0.44% | 0.53% | - |
| HSV(B) | 232.5º | 0.55% | 0.74% | - |
| XYZ | 17.01 | 14.07 | 49.4 | - |
| YUV | 103.49 | 175.69 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 97 | 188 | 0.55 | 0.48 | 0 | 0.26 | 232.5 | 0.44 | 0.53 |
| Hex | 54 | 61 | BC | 37 | 30 | 0 | 1A | E8 | 2C | 35 |
| Octal | 124 | 141 | 274 | 67 | 60 | 0 | 32 | 350 | 54 | 65 |
| Binary | 1010100 | 1100001 | 10111100 | 110111 | 110000 | 0 | 11010 | 11101000 | 101100 | 110101 |
Color Harmonies of #5461BC
Complementary color
Monochromatic Colors of #5461BC
Black with #5461BC
Text Example
Text Example
White with #5461BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5461BC; }
p { color: rgb(84,97,188); }
H1.HeaderClassName
{
color: #5461BC;
}
.AnyTagClassName
{
color: #5461BC;
}
</style>
background-color css
<style>
a { background-color: #5461BC; }
a { background-color: rgb(84,97,188); }
div.DivClassName
{
background-color: #5461BC;
}
.BgClassName
{
background-color: #5461BC;
}
</style>
border-color css
<style>
span { border-color: #5461BC; }
span { border-color: rgb(84,97,188); }
td.TdClassName
{
border-color: #5461BC;
}
.TagClassName
{
border-color: #5461BC;
}
</style>