Shades of Rich Blue #545FB1
Tints of Rich Blue #545FB1
RGB
CMYK
RGB Variations
Color information
#545FB1 (or 0x545FB1) is known color: Rich Blue. HEX triplet: 54, 5F and B1. RGB value is (84,95,177). Sum of RGB (Red+Green+Blue) = 84+95+177=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 177 (69.53% from 255 or 49.72% from 356); Max value from RGB is 177 - color contains mainly: blue. Hex color #545FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545FB1 is #ABA04E. Grayscale: #646464. Windows color (decimal): -11247695 or 11624276. OLE color: 11624276.
HSL color Cylindrical-coordinate representation of color #545FB1: hue angle of 232.9º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #545FB1 is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 95 | 177 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.31 |
| HSL | 232.9º | 0.37% | 0.51% | - |
| HSV(B) | 232.9º | 0.53% | 0.69% | - |
| XYZ | 15.68 | 13.24 | 43.32 | - |
| YUV | 101.06 | 170.86 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 95 | 177 | 0.53 | 0.46 | 0 | 0.31 | 232.9 | 0.37 | 0.51 |
| Hex | 54 | 5F | B1 | 35 | 2E | 0 | 1F | E9 | 25 | 33 |
| Octal | 124 | 137 | 261 | 65 | 56 | 0 | 37 | 351 | 45 | 63 |
| Binary | 1010100 | 1011111 | 10110001 | 110101 | 101110 | 0 | 11111 | 11101001 | 100101 | 110011 |
Color Harmonies of #545FB1
Complementary color
Monochromatic Colors of #545FB1
Black with #545FB1
Text Example
Text Example
White with #545FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545FB1; }
p { color: rgb(84,95,177); }
H1.HeaderClassName
{
color: #545FB1;
}
.AnyTagClassName
{
color: #545FB1;
}
</style>
background-color css
<style>
a { background-color: #545FB1; }
a { background-color: rgb(84,95,177); }
div.DivClassName
{
background-color: #545FB1;
}
.BgClassName
{
background-color: #545FB1;
}
</style>
border-color css
<style>
span { border-color: #545FB1; }
span { border-color: rgb(84,95,177); }
td.TdClassName
{
border-color: #545FB1;
}
.TagClassName
{
border-color: #545FB1;
}
</style>