Shades of Rich Blue #555BBE
Tints of Rich Blue #555BBE
RGB
CMYK
RGB Variations
Color information
#555BBE (or 0x555BBE) is known color: Rich Blue. HEX triplet: 55, 5B and BE. RGB value is (85,91,190). Sum of RGB (Red+Green+Blue) = 85+91+190=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #555BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555BBE is #AAA441. Grayscale: #646464. Windows color (decimal): -11183170 or 12475221. OLE color: 12475221.
HSL color Cylindrical-coordinate representation of color #555BBE: hue angle of 236.57º 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 #555BBE is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 91 | 190 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.25 |
| HSL | 236.57º | 0.45% | 0.54% | - |
| HSV(B) | 236.57º | 0.55% | 0.75% | - |
| XYZ | 16.78 | 13.13 | 50.37 | - |
| YUV | 100.49 | 178.51 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 190 | 0.55 | 0.52 | 0 | 0.25 | 236.57 | 0.45 | 0.54 |
| Hex | 55 | 5B | BE | 37 | 34 | 0 | 19 | ED | 2D | 36 |
| Octal | 125 | 133 | 276 | 67 | 64 | 0 | 31 | 355 | 55 | 66 |
| Binary | 1010101 | 1011011 | 10111110 | 110111 | 110100 | 0 | 11001 | 11101101 | 101101 | 110110 |
Color Harmonies of #555BBE
Complementary color
Monochromatic Colors of #555BBE
Black with #555BBE
Text Example
Text Example
White with #555BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555BBE; }
p { color: rgb(85,91,190); }
H1.HeaderClassName
{
color: #555BBE;
}
.AnyTagClassName
{
color: #555BBE;
}
</style>
background-color css
<style>
a { background-color: #555BBE; }
a { background-color: rgb(85,91,190); }
div.DivClassName
{
background-color: #555BBE;
}
.BgClassName
{
background-color: #555BBE;
}
</style>
border-color css
<style>
span { border-color: #555BBE; }
span { border-color: rgb(85,91,190); }
td.TdClassName
{
border-color: #555BBE;
}
.TagClassName
{
border-color: #555BBE;
}
</style>