Shades of Rich Blue #555BA6
Tints of Rich Blue #555BA6
RGB
CMYK
RGB Variations
Color information
#555BA6 (or 0x555BA6) is known color: Rich Blue. HEX triplet: 55, 5B and A6. RGB value is (85,91,166). Sum of RGB (Red+Green+Blue) = 85+91+166=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 166 (65.23% from 255 or 48.54% from 342); Max value from RGB is 166 - color contains mainly: blue. Hex color #555BA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555BA6 is #AAA459. Grayscale: #616161. Windows color (decimal): -11183194 or 10902357. OLE color: 10902357.
HSL color Cylindrical-coordinate representation of color #555BA6: hue angle of 235.56º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #555BA6 is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 85 | 91 | 166 | - |
| CMYK | 0.49 | 0.45 | 0 | 0.35 |
| HSL | 235.56º | 0.32% | 0.49% | - |
| HSV(B) | 235.56º | 0.49% | 0.65% | - |
| XYZ | 14.37 | 12.17 | 37.67 | - |
| YUV | 97.76 | 166.51 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 166 | 0.49 | 0.45 | 0 | 0.35 | 235.56 | 0.32 | 0.49 |
| Hex | 55 | 5B | A6 | 31 | 2D | 0 | 23 | EC | 20 | 31 |
| Octal | 125 | 133 | 246 | 61 | 55 | 0 | 43 | 354 | 40 | 61 |
| Binary | 1010101 | 1011011 | 10100110 | 110001 | 101101 | 0 | 100011 | 11101100 | 100000 | 110001 |
Color Harmonies of #555BA6
Complementary color
Monochromatic Colors of #555BA6
Black with #555BA6
Text Example
Text Example
White with #555BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555BA6; }
p { color: rgb(85,91,166); }
H1.HeaderClassName
{
color: #555BA6;
}
.AnyTagClassName
{
color: #555BA6;
}
</style>
background-color css
<style>
a { background-color: #555BA6; }
a { background-color: rgb(85,91,166); }
div.DivClassName
{
background-color: #555BA6;
}
.BgClassName
{
background-color: #555BA6;
}
</style>
border-color css
<style>
span { border-color: #555BA6; }
span { border-color: rgb(85,91,166); }
td.TdClassName
{
border-color: #555BA6;
}
.TagClassName
{
border-color: #555BA6;
}
</style>