Shades of Rich Blue #555EBF
Tints of Rich Blue #555EBF
RGB
CMYK
RGB Variations
Color information
#555EBF (or 0x555EBF) is known color: Rich Blue. HEX triplet: 55, 5E and BF. RGB value is (85,94,191). Sum of RGB (Red+Green+Blue) = 85+94+191=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #555EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555EBF is #AAA140. Grayscale: #656565. Windows color (decimal): -11182401 or 12541525. OLE color: 12541525.
HSL color Cylindrical-coordinate representation of color #555EBF: hue angle of 234.91º 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 #555EBF is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 94 | 191 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.25 |
| HSL | 234.91º | 0.45% | 0.54% | - |
| HSV(B) | 234.91º | 0.55% | 0.75% | - |
| XYZ | 17.15 | 13.7 | 51.03 | - |
| YUV | 102.37 | 178.02 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 94 | 191 | 0.55 | 0.51 | 0 | 0.25 | 234.91 | 0.45 | 0.54 |
| Hex | 55 | 5E | BF | 37 | 33 | 0 | 19 | EB | 2D | 36 |
| Octal | 125 | 136 | 277 | 67 | 63 | 0 | 31 | 353 | 55 | 66 |
| Binary | 1010101 | 1011110 | 10111111 | 110111 | 110011 | 0 | 11001 | 11101011 | 101101 | 110110 |
Color Harmonies of #555EBF
Complementary color
Monochromatic Colors of #555EBF
Black with #555EBF
Text Example
Text Example
White with #555EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555EBF; }
p { color: rgb(85,94,191); }
H1.HeaderClassName
{
color: #555EBF;
}
.AnyTagClassName
{
color: #555EBF;
}
</style>
background-color css
<style>
a { background-color: #555EBF; }
a { background-color: rgb(85,94,191); }
div.DivClassName
{
background-color: #555EBF;
}
.BgClassName
{
background-color: #555EBF;
}
</style>
border-color css
<style>
span { border-color: #555EBF; }
span { border-color: rgb(85,94,191); }
td.TdClassName
{
border-color: #555EBF;
}
.TagClassName
{
border-color: #555EBF;
}
</style>