Shades of Rich Blue #545DB1
Tints of Rich Blue #545DB1
RGB
CMYK
RGB Variations
Color information
#545DB1 (or 0x545DB1) is known color: Rich Blue. HEX triplet: 54, 5D and B1. RGB value is (84,93,177). Sum of RGB (Red+Green+Blue) = 84+93+177=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 177 (69.53% from 255 or 50% from 354); Max value from RGB is 177 - color contains mainly: blue. Hex color #545DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545DB1 is #ABA24E. Grayscale: #636363. Windows color (decimal): -11248207 or 11623764. OLE color: 11623764.
HSL color Cylindrical-coordinate representation of color #545DB1: hue angle of 234.19º 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 #545DB1 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 93 | 177 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.31 |
| HSL | 234.19º | 0.37% | 0.51% | - |
| HSV(B) | 234.19º | 0.53% | 0.69% | - |
| XYZ | 15.51 | 12.89 | 43.27 | - |
| YUV | 99.89 | 171.52 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 177 | 0.53 | 0.47 | 0 | 0.31 | 234.19 | 0.37 | 0.51 |
| Hex | 54 | 5D | B1 | 35 | 2F | 0 | 1F | EA | 25 | 33 |
| Octal | 124 | 135 | 261 | 65 | 57 | 0 | 37 | 352 | 45 | 63 |
| Binary | 1010100 | 1011101 | 10110001 | 110101 | 101111 | 0 | 11111 | 11101010 | 100101 | 110011 |
Color Harmonies of #545DB1
Complementary color
Monochromatic Colors of #545DB1
Black with #545DB1
Text Example
Text Example
White with #545DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545DB1; }
p { color: rgb(84,93,177); }
H1.HeaderClassName
{
color: #545DB1;
}
.AnyTagClassName
{
color: #545DB1;
}
</style>
background-color css
<style>
a { background-color: #545DB1; }
a { background-color: rgb(84,93,177); }
div.DivClassName
{
background-color: #545DB1;
}
.BgClassName
{
background-color: #545DB1;
}
</style>
border-color css
<style>
span { border-color: #545DB1; }
span { border-color: rgb(84,93,177); }
td.TdClassName
{
border-color: #545DB1;
}
.TagClassName
{
border-color: #545DB1;
}
</style>