Shades of Rich Blue #545FBC
Tints of Rich Blue #545FBC
RGB
CMYK
RGB Variations
Color information
#545FBC (or 0x545FBC) is known color: Rich Blue. HEX triplet: 54, 5F and BC. RGB value is (84,95,188). Sum of RGB (Red+Green+Blue) = 84+95+188=367 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.89% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #545FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545FBC is #ABA043. Grayscale: #656565. Windows color (decimal): -11247684 or 12345172. OLE color: 12345172.
HSL color Cylindrical-coordinate representation of color #545FBC: hue angle of 233.65º 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 #545FBC is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 95 | 188 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.26 |
| HSL | 233.65º | 0.44% | 0.53% | - |
| HSV(B) | 233.65º | 0.55% | 0.74% | - |
| XYZ | 16.83 | 13.7 | 49.33 | - |
| YUV | 102.31 | 176.36 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 95 | 188 | 0.55 | 0.49 | 0 | 0.26 | 233.65 | 0.44 | 0.53 |
| Hex | 54 | 5F | BC | 37 | 31 | 0 | 1A | EA | 2C | 35 |
| Octal | 124 | 137 | 274 | 67 | 61 | 0 | 32 | 352 | 54 | 65 |
| Binary | 1010100 | 1011111 | 10111100 | 110111 | 110001 | 0 | 11010 | 11101010 | 101100 | 110101 |
Color Harmonies of #545FBC
Complementary color
Monochromatic Colors of #545FBC
Black with #545FBC
Text Example
Text Example
White with #545FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545FBC; }
p { color: rgb(84,95,188); }
H1.HeaderClassName
{
color: #545FBC;
}
.AnyTagClassName
{
color: #545FBC;
}
</style>
background-color css
<style>
a { background-color: #545FBC; }
a { background-color: rgb(84,95,188); }
div.DivClassName
{
background-color: #545FBC;
}
.BgClassName
{
background-color: #545FBC;
}
</style>
border-color css
<style>
span { border-color: #545FBC; }
span { border-color: rgb(84,95,188); }
td.TdClassName
{
border-color: #545FBC;
}
.TagClassName
{
border-color: #545FBC;
}
</style>