Shades of Rich Blue #5461BD
Tints of Rich Blue #5461BD
RGB
CMYK
RGB Variations
Color information
#5461BD (or 0x5461BD) is known color: Rich Blue. HEX triplet: 54, 61 and BD. RGB value is (84,97,189). Sum of RGB (Red+Green+Blue) = 84+97+189=370 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.70% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #5461BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5461BD is #AB9E42. Grayscale: #676767. Windows color (decimal): -11247171 or 12411220. OLE color: 12411220.
HSL color Cylindrical-coordinate representation of color #5461BD: hue angle of 232.57º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5461BD is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 97 | 189 | - |
| CMYK | 0.56 | 0.49 | 0 | 0.26 |
| HSL | 232.57º | 0.44% | 0.54% | - |
| HSV(B) | 232.57º | 0.56% | 0.74% | - |
| XYZ | 17.12 | 14.11 | 49.97 | - |
| YUV | 103.6 | 176.19 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 97 | 189 | 0.56 | 0.49 | 0 | 0.26 | 232.57 | 0.44 | 0.54 |
| Hex | 54 | 61 | BD | 38 | 31 | 0 | 1A | E9 | 2C | 36 |
| Octal | 124 | 141 | 275 | 70 | 61 | 0 | 32 | 351 | 54 | 66 |
| Binary | 1010100 | 1100001 | 10111101 | 111000 | 110001 | 0 | 11010 | 11101001 | 101100 | 110110 |
Color Harmonies of #5461BD
Complementary color
Monochromatic Colors of #5461BD
Black with #5461BD
Text Example
Text Example
White with #5461BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5461BD; }
p { color: rgb(84,97,189); }
H1.HeaderClassName
{
color: #5461BD;
}
.AnyTagClassName
{
color: #5461BD;
}
</style>
background-color css
<style>
a { background-color: #5461BD; }
a { background-color: rgb(84,97,189); }
div.DivClassName
{
background-color: #5461BD;
}
.BgClassName
{
background-color: #5461BD;
}
</style>
border-color css
<style>
span { border-color: #5461BD; }
span { border-color: rgb(84,97,189); }
td.TdClassName
{
border-color: #5461BD;
}
.TagClassName
{
border-color: #5461BD;
}
</style>