Shades of Rich Blue #545BBE
Tints of Rich Blue #545BBE
RGB
CMYK
RGB Variations
Color information
#545BBE (or 0x545BBE) is known color: Rich Blue. HEX triplet: 54, 5B and BE. RGB value is (84,91,190). Sum of RGB (Red+Green+Blue) = 84+91+190=365 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.01% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #545BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545BBE is #ABA441. Grayscale: #636363. Windows color (decimal): -11248706 or 12475220. OLE color: 12475220.
HSL color Cylindrical-coordinate representation of color #545BBE: hue angle of 236.04º 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 #545BBE is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 91 | 190 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.25 |
| HSL | 236.04º | 0.45% | 0.54% | - |
| HSV(B) | 236.04º | 0.56% | 0.75% | - |
| XYZ | 16.69 | 13.08 | 50.36 | - |
| YUV | 100.19 | 178.68 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 91 | 190 | 0.56 | 0.52 | 0 | 0.25 | 236.04 | 0.45 | 0.54 |
| Hex | 54 | 5B | BE | 38 | 34 | 0 | 19 | EC | 2D | 36 |
| Octal | 124 | 133 | 276 | 70 | 64 | 0 | 31 | 354 | 55 | 66 |
| Binary | 1010100 | 1011011 | 10111110 | 111000 | 110100 | 0 | 11001 | 11101100 | 101101 | 110110 |
Color Harmonies of #545BBE
Complementary color
Monochromatic Colors of #545BBE
Black with #545BBE
Text Example
Text Example
White with #545BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545BBE; }
p { color: rgb(84,91,190); }
H1.HeaderClassName
{
color: #545BBE;
}
.AnyTagClassName
{
color: #545BBE;
}
</style>
background-color css
<style>
a { background-color: #545BBE; }
a { background-color: rgb(84,91,190); }
div.DivClassName
{
background-color: #545BBE;
}
.BgClassName
{
background-color: #545BBE;
}
</style>
border-color css
<style>
span { border-color: #545BBE; }
span { border-color: rgb(84,91,190); }
td.TdClassName
{
border-color: #545BBE;
}
.TagClassName
{
border-color: #545BBE;
}
</style>