Shades of Rich Blue #555BBF
Tints of Rich Blue #555BBF
RGB
CMYK
RGB Variations
Color information
#555BBF (or 0x555BBF) is known color: Rich Blue. HEX triplet: 55, 5B and BF. RGB value is (85,91,191). Sum of RGB (Red+Green+Blue) = 85+91+191=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #555BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555BBF is #AAA440. Grayscale: #646464. Windows color (decimal): -11183169 or 12540757. OLE color: 12540757.
HSL color Cylindrical-coordinate representation of color #555BBF: hue angle of 236.6º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #555BBF is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 91 | 191 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.25 |
| HSL | 236.6º | 0.45% | 0.54% | - |
| HSV(B) | 236.6º | 0.55% | 0.75% | - |
| XYZ | 16.89 | 13.18 | 50.94 | - |
| YUV | 100.61 | 179.01 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 191 | 0.55 | 0.52 | 0 | 0.25 | 236.6 | 0.45 | 0.54 |
| Hex | 55 | 5B | BF | 37 | 34 | 0 | 19 | ED | 2D | 36 |
| Octal | 125 | 133 | 277 | 67 | 64 | 0 | 31 | 355 | 55 | 66 |
| Binary | 1010101 | 1011011 | 10111111 | 110111 | 110100 | 0 | 11001 | 11101101 | 101101 | 110110 |
Color Harmonies of #555BBF
Complementary color
Monochromatic Colors of #555BBF
Black with #555BBF
Text Example
Text Example
White with #555BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555BBF; }
p { color: rgb(85,91,191); }
H1.HeaderClassName
{
color: #555BBF;
}
.AnyTagClassName
{
color: #555BBF;
}
</style>
background-color css
<style>
a { background-color: #555BBF; }
a { background-color: rgb(85,91,191); }
div.DivClassName
{
background-color: #555BBF;
}
.BgClassName
{
background-color: #555BBF;
}
</style>
border-color css
<style>
span { border-color: #555BBF; }
span { border-color: rgb(85,91,191); }
td.TdClassName
{
border-color: #555BBF;
}
.TagClassName
{
border-color: #555BBF;
}
</style>