Shades of Rich Blue #545DBE
Tints of Rich Blue #545DBE
RGB
CMYK
RGB Variations
Color information
#545DBE (or 0x545DBE) is known color: Rich Blue. HEX triplet: 54, 5D and BE. RGB value is (84,93,190). Sum of RGB (Red+Green+Blue) = 84+93+190=367 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.89% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #545DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545DBE is #ABA241. Grayscale: #646464. Windows color (decimal): -11248194 or 12475732. OLE color: 12475732.
HSL color Cylindrical-coordinate representation of color #545DBE: hue angle of 234.91º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #545DBE is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 93 | 190 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.25 |
| HSL | 234.91º | 0.45% | 0.54% | - |
| HSV(B) | 234.91º | 0.56% | 0.75% | - |
| XYZ | 16.86 | 13.43 | 50.42 | - |
| YUV | 101.37 | 178.02 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 190 | 0.56 | 0.51 | 0 | 0.25 | 234.91 | 0.45 | 0.54 |
| Hex | 54 | 5D | BE | 38 | 33 | 0 | 19 | EB | 2D | 36 |
| Octal | 124 | 135 | 276 | 70 | 63 | 0 | 31 | 353 | 55 | 66 |
| Binary | 1010100 | 1011101 | 10111110 | 111000 | 110011 | 0 | 11001 | 11101011 | 101101 | 110110 |
Color Harmonies of #545DBE
Complementary color
Monochromatic Colors of #545DBE
Black with #545DBE
Text Example
Text Example
White with #545DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545DBE; }
p { color: rgb(84,93,190); }
H1.HeaderClassName
{
color: #545DBE;
}
.AnyTagClassName
{
color: #545DBE;
}
</style>
background-color css
<style>
a { background-color: #545DBE; }
a { background-color: rgb(84,93,190); }
div.DivClassName
{
background-color: #545DBE;
}
.BgClassName
{
background-color: #545DBE;
}
</style>
border-color css
<style>
span { border-color: #545DBE; }
span { border-color: rgb(84,93,190); }
td.TdClassName
{
border-color: #545DBE;
}
.TagClassName
{
border-color: #545DBE;
}
</style>