Shades of Rich Blue #545DB0
Tints of Rich Blue #545DB0
RGB
CMYK
RGB Variations
Color information
#545DB0 (or 0x545DB0) is known color: Rich Blue. HEX triplet: 54, 5D and B0. RGB value is (84,93,176). Sum of RGB (Red+Green+Blue) = 84+93+176=353 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.80% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 176 (69.14% from 255 or 49.86% from 353); Max value from RGB is 176 - color contains mainly: blue. Hex color #545DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545DB0 is #ABA24F. Grayscale: #636363. Windows color (decimal): -11248208 or 11558228. OLE color: 11558228.
HSL color Cylindrical-coordinate representation of color #545DB0: hue angle of 234.13º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #545DB0 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 93 | 176 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.31 |
| HSL | 234.13º | 0.37% | 0.51% | - |
| HSV(B) | 234.13º | 0.52% | 0.69% | - |
| XYZ | 15.41 | 12.85 | 42.74 | - |
| YUV | 99.77 | 171.02 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 176 | 0.52 | 0.47 | 0 | 0.31 | 234.13 | 0.37 | 0.51 |
| Hex | 54 | 5D | B0 | 34 | 2F | 0 | 1F | EA | 25 | 33 |
| Octal | 124 | 135 | 260 | 64 | 57 | 0 | 37 | 352 | 45 | 63 |
| Binary | 1010100 | 1011101 | 10110000 | 110100 | 101111 | 0 | 11111 | 11101010 | 100101 | 110011 |
Color Harmonies of #545DB0
Complementary color
Monochromatic Colors of #545DB0
Black with #545DB0
Text Example
Text Example
White with #545DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545DB0; }
p { color: rgb(84,93,176); }
H1.HeaderClassName
{
color: #545DB0;
}
.AnyTagClassName
{
color: #545DB0;
}
</style>
background-color css
<style>
a { background-color: #545DB0; }
a { background-color: rgb(84,93,176); }
div.DivClassName
{
background-color: #545DB0;
}
.BgClassName
{
background-color: #545DB0;
}
</style>
border-color css
<style>
span { border-color: #545DB0; }
span { border-color: rgb(84,93,176); }
td.TdClassName
{
border-color: #545DB0;
}
.TagClassName
{
border-color: #545DB0;
}
</style>