Shades of Rich Blue #545EBC
Tints of Rich Blue #545EBC
RGB
CMYK
RGB Variations
Color information
#545EBC (or 0x545EBC) is known color: Rich Blue. HEX triplet: 54, 5E and BC. RGB value is (84,94,188). Sum of RGB (Red+Green+Blue) = 84+94+188=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #545EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545EBC is #ABA143. Grayscale: #656565. Windows color (decimal): -11247940 or 12344916. OLE color: 12344916.
HSL color Cylindrical-coordinate representation of color #545EBC: hue angle of 234.23º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #545EBC is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 94 | 188 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.26 |
| HSL | 234.23º | 0.44% | 0.53% | - |
| HSV(B) | 234.23º | 0.55% | 0.74% | - |
| XYZ | 16.74 | 13.52 | 49.3 | - |
| YUV | 101.73 | 176.69 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 94 | 188 | 0.55 | 0.50 | 0 | 0.26 | 234.23 | 0.44 | 0.53 |
| Hex | 54 | 5E | BC | 37 | 32 | 0 | 1A | EA | 2C | 35 |
| Octal | 124 | 136 | 274 | 67 | 62 | 0 | 32 | 352 | 54 | 65 |
| Binary | 1010100 | 1011110 | 10111100 | 110111 | 110010 | 0 | 11010 | 11101010 | 101100 | 110101 |
Color Harmonies of #545EBC
Complementary color
Monochromatic Colors of #545EBC
Black with #545EBC
Text Example
Text Example
White with #545EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545EBC; }
p { color: rgb(84,94,188); }
H1.HeaderClassName
{
color: #545EBC;
}
.AnyTagClassName
{
color: #545EBC;
}
</style>
background-color css
<style>
a { background-color: #545EBC; }
a { background-color: rgb(84,94,188); }
div.DivClassName
{
background-color: #545EBC;
}
.BgClassName
{
background-color: #545EBC;
}
</style>
border-color css
<style>
span { border-color: #545EBC; }
span { border-color: rgb(84,94,188); }
td.TdClassName
{
border-color: #545EBC;
}
.TagClassName
{
border-color: #545EBC;
}
</style>