Shades of Rich Blue #545BBF
Tints of Rich Blue #545BBF
RGB
CMYK
RGB Variations
Color information
#545BBF (or 0x545BBF) is known color: Rich Blue. HEX triplet: 54, 5B and BF. RGB value is (84,91,191). Sum of RGB (Red+Green+Blue) = 84+91+191=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #545BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545BBF is #ABA440. Grayscale: #636363. Windows color (decimal): -11248705 or 12540756. OLE color: 12540756.
HSL color Cylindrical-coordinate representation of color #545BBF: hue angle of 236.07º degrees, saturation: 0.46, 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 #545BBF is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 91 | 191 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.25 |
| HSL | 236.07º | 0.46% | 0.54% | - |
| HSV(B) | 236.07º | 0.56% | 0.75% | - |
| XYZ | 16.8 | 13.13 | 50.94 | - |
| YUV | 100.31 | 179.18 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 91 | 191 | 0.56 | 0.52 | 0 | 0.25 | 236.07 | 0.46 | 0.54 |
| Hex | 54 | 5B | BF | 38 | 34 | 0 | 19 | EC | 2E | 36 |
| Octal | 124 | 133 | 277 | 70 | 64 | 0 | 31 | 354 | 56 | 66 |
| Binary | 1010100 | 1011011 | 10111111 | 111000 | 110100 | 0 | 11001 | 11101100 | 101110 | 110110 |
Color Harmonies of #545BBF
Complementary color
Monochromatic Colors of #545BBF
Black with #545BBF
Text Example
Text Example
White with #545BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545BBF; }
p { color: rgb(84,91,191); }
H1.HeaderClassName
{
color: #545BBF;
}
.AnyTagClassName
{
color: #545BBF;
}
</style>
background-color css
<style>
a { background-color: #545BBF; }
a { background-color: rgb(84,91,191); }
div.DivClassName
{
background-color: #545BBF;
}
.BgClassName
{
background-color: #545BBF;
}
</style>
border-color css
<style>
span { border-color: #545BBF; }
span { border-color: rgb(84,91,191); }
td.TdClassName
{
border-color: #545BBF;
}
.TagClassName
{
border-color: #545BBF;
}
</style>