Shades of Rich Blue #5451BC
Tints of Rich Blue #5451BC
RGB
CMYK
RGB Variations
Color information
#5451BC (or 0x5451BC) is known color: Rich Blue. HEX triplet: 54, 51 and BC. RGB value is (84,81,188). Sum of RGB (Red+Green+Blue) = 84+81+188=353 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.80% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #5451BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5451BC is #ABAE43. Grayscale: #5D5D5D. Windows color (decimal): -11251268 or 12341588. OLE color: 12341588.
HSL color Cylindrical-coordinate representation of color #5451BC: hue angle of 241.68º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5451BC is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 81 | 188 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.26 |
| HSL | 241.68º | 0.44% | 0.53% | - |
| HSV(B) | 241.68º | 0.57% | 0.74% | - |
| XYZ | 15.68 | 11.4 | 48.95 | - |
| YUV | 94.1 | 180.99 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 188 | 0.55 | 0.57 | 0 | 0.26 | 241.68 | 0.44 | 0.53 |
| Hex | 54 | 51 | BC | 37 | 39 | 0 | 1A | F2 | 2C | 35 |
| Octal | 124 | 121 | 274 | 67 | 71 | 0 | 32 | 362 | 54 | 65 |
| Binary | 1010100 | 1010001 | 10111100 | 110111 | 111001 | 0 | 11010 | 11110010 | 101100 | 110101 |
Color Harmonies of #5451BC
Complementary color
Monochromatic Colors of #5451BC
Black with #5451BC
Text Example
Text Example
White with #5451BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5451BC; }
p { color: rgb(84,81,188); }
H1.HeaderClassName
{
color: #5451BC;
}
.AnyTagClassName
{
color: #5451BC;
}
</style>
background-color css
<style>
a { background-color: #5451BC; }
a { background-color: rgb(84,81,188); }
div.DivClassName
{
background-color: #5451BC;
}
.BgClassName
{
background-color: #5451BC;
}
</style>
border-color css
<style>
span { border-color: #5451BC; }
span { border-color: rgb(84,81,188); }
td.TdClassName
{
border-color: #5451BC;
}
.TagClassName
{
border-color: #5451BC;
}
</style>